Package org.anchoranalysis.spatial.point
package org.anchoranalysis.spatial.point
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
-
ClassDescriptionComparator3d<T extends Tuple3d>Imposes an ordering on any sub-type of
Tuple3d
.Comparator3i<T extends Tuple3i>Imposes an ordering on any sub-type ofTuple3i
.A path of successively-neighbored points.A two-dimensional point of double values.A two-dimensional point of float values.A two-dimensional point of int values.A three-dimensional point of double values.A three-dimensional point of float values.A three-dimensional point of int values.Conversion utilities between points with different types and dimensionalities.Checks if two or more points fulfill certain neighbor relations to each other.A tuple with three-values, respectively for the X, Y and Z dimensions.A running sum for tracking points separately in each dimension.A three-dimensional tuple of double values.A three-dimensional tuple of float values.A three-dimensional tuple of int values.A three-dimensional vector of double values.