Constructor and Description |
---|
Bounds3(Bounds<?,V> other) |
Bounds3(Bounds3<V> other) |
Bounds3(java.util.Collection<? extends Vector<?,V>> points) |
Bounds3(java.util.function.Supplier<V> valueFactory) |
Bounds3(Vector<?,V>... points) |
Bounds3(Vector<?,V> from,
Vector<?,V> to) |
Bounds3(Vector3<V>... points) |
Bounds3(Vector3<V> from,
Vector3<V> to) |
Modifier and Type | Method and Description |
---|---|
Bounds3<V> |
copy() |
Interval<V> |
getRangeX() |
Interval<V> |
getRangeY() |
Interval<V> |
getRangeZ() |
getData, getDimension, getRange
public Bounds3(java.util.function.Supplier<V> valueFactory)