Package org.anchoranalysis.spatial.point
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
-
Interface Summary Interface Description ReadableTuple3i A tuple with three-values, respectively for the X, Y and Z dimensions. -
Class Summary Class Description Comparator3d<T extends Tuple3d> Imposes an ordering on any sub-type ofTuple3d.Comparator3i<T extends Tuple3i> Imposes an ordering on any sub-type ofTuple3i.Contour A path of successively-neighbored points.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.PointConverter Conversion utilities between points with different types and dimensionalities.PointsNeighborChecker Checks if two or more points fulfill certain neighbor relations to each other.RunningSumPoint A running sum for tracking points separately in each dimension.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.