Uses of Class
org.anchoranalysis.spatial.axis.Axis
| Package | Description |
|---|---|
| org.anchoranalysis.spatial.axis |
Identifying the three standard axes in 3D cartesian coordinates.
|
| 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.
|
-
Uses of Axis in org.anchoranalysis.spatial.axis
Methods in org.anchoranalysis.spatial.axis that return Axis Modifier and Type Method Description static AxisAxisConverter. createFromString(String axisAsString)Maps a string of x, y, z (case ignored) to a corresponding axis type.static AxisAxis. valueOf(String name)Returns the enum constant of this type with the specified name.static Axis[]Axis. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.anchoranalysis.spatial.axis with parameters of type Axis Modifier and Type Method Description static intAxisConverter. dimensionIndexFor(Axis axis)A corresponding index representing for the dimension anAxisrepresents.static intAxisConverter. valueFor(Axis axis, int x, int y, int z)Multiplexes the a value corresponding to a particular axis. -
Uses of Axis in org.anchoranalysis.spatial.box
Methods in org.anchoranalysis.spatial.box with parameters of type Axis Modifier and Type Method Description intExtent. valueByDimension(Axis axis)The size in the dimension identified byaxis. -
Uses of Axis in org.anchoranalysis.spatial.orientation
Constructors in org.anchoranalysis.spatial.orientation with parameters of type Axis Constructor Description DirectionVector(Axis axis)Creates a direction aligned to a particular axis. -
Uses of Axis in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point with parameters of type Axis Modifier and Type Method Description intReadableTuple3i. valueByDimension(Axis axis)A component of a tuple corresponding to a particular axis.doubleTuple3d. valueByDimension(Axis axis)A component of the tuple corresponding to a particular axis.floatTuple3f. valueByDimension(Axis axis)A component of a tuple corresponding to a particular axis.intTuple3i. valueByDimension(Axis axis)