Uses of Class
org.anchoranalysis.spatial.point.Tuple3i
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.box |
Axis-aligned bounding-boxes and related operations.
|
| org.anchoranalysis.spatial.point |
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
|
-
Uses of Tuple3i in org.anchoranalysis.spatial.box
Methods in org.anchoranalysis.spatial.box with parameters of type Tuple3i Modifier and Type Method Description BoundingBoxBoundingBox. growBy(Tuple3i toAdd, Extent containingExtent)Grow the bounding-box bytoAddamount in each dimension in both positive and negative directions. -
Uses of Tuple3i in org.anchoranalysis.spatial.point
Classes in org.anchoranalysis.spatial.point with type parameters of type Tuple3i Modifier and Type Class Description classComparator3i<T extends Tuple3i>Imposes an ordering on any sub-type ofTuple3i.Subclasses of Tuple3i in org.anchoranalysis.spatial.point Modifier and Type Class Description classPoint3iA three-dimensional point of int values.Methods in org.anchoranalysis.spatial.point with parameters of type Tuple3i Modifier and Type Method Description static Point3dPoint3d. immutableSubtract(Tuple3i tuple, Tuple3d toSubtract)