| Constructor and Description |
|---|
Bounds2(Bounds<?,V> other) |
Bounds2(Bounds2<V> other) |
Bounds2(java.util.Collection<? extends Vector<?,V>> points) |
Bounds2(java.util.function.Supplier<V> valueFactory) |
Bounds2(Vector<?,V>... points) |
Bounds2(Vector<?,V> from,
Vector<?,V> to) |
Bounds2(Vector2<V>... points) |
Bounds2(Vector2<V> from,
Vector2<V> to) |
| Modifier and Type | Method and Description |
|---|---|
Bounds2<V> |
copy() |
Interval<V> |
getRangeX() |
Interval<V> |
getRangeY() |
getData, getDimension, getRangepublic Bounds2(Bounds<?,V> other) throws DimensionalityException
DimensionalityExceptionpublic Bounds2(java.util.function.Supplier<V> valueFactory)