Uses of Package
org.anchoranalysis.spatial.point
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.box |
Axis-aligned bounding-boxes and related operations.
|
| org.anchoranalysis.spatial.orientation |
Various methods to specify the orientation (general direction) of an entity.
|
| org.anchoranalysis.spatial.point |
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
|
| org.anchoranalysis.spatial.point.consumer |
Functional interfaces that accept cartesian coordinate points specified in different ways.
|
| org.anchoranalysis.spatial.rtree |
R-Tree data structure and related operations.
|
| org.anchoranalysis.spatial.scale |
How to much to scale an entity in Cartesian space by.
|
-
Classes in org.anchoranalysis.spatial.point used by org.anchoranalysis.spatial.box Class Description Point2i A two-dimensional point of int values.Point3d A three-dimensional point of double values.Point3i A three-dimensional point of int values.ReadableTuple3i A tuple with three-values, respectively for the X, Y and Z dimensions.Tuple3i A three-dimensional tuple of int values. -
Classes in org.anchoranalysis.spatial.point used by org.anchoranalysis.spatial.orientation Class Description Point3d A three-dimensional point of double values.Point3i A three-dimensional point of int values.Tuple3d A three-dimensional tuple of double values.Vector3d A three-dimensional vector of double values. -
Classes in org.anchoranalysis.spatial.point used by org.anchoranalysis.spatial.point Class Description Point2d A two-dimensional point of double values.Point2f A two-dimensional point of float values.Point2i A two-dimensional point of int values.Point3d A three-dimensional point of double values.Point3f A three-dimensional point of float values.Point3i A three-dimensional point of int values.ReadableTuple3i A tuple with three-values, respectively for the X, Y and Z dimensions.Tuple3d A three-dimensional tuple of double values.Tuple3f A three-dimensional tuple of float values.Tuple3i A three-dimensional tuple of int values.Vector3d A three-dimensional vector of double values. -
Classes in org.anchoranalysis.spatial.point used by org.anchoranalysis.spatial.point.consumer Class Description Point2i A two-dimensional point of int values. -
Classes in org.anchoranalysis.spatial.point used by org.anchoranalysis.spatial.rtree Class Description ReadableTuple3i A tuple with three-values, respectively for the X, Y and Z dimensions. -
Classes in org.anchoranalysis.spatial.point used by org.anchoranalysis.spatial.scale Class Description Point2i A two-dimensional point of int values.Point3d A three-dimensional point of double values.Point3i A three-dimensional point of int values.