Uses of Enum Class
org.anchoranalysis.spatial.axis.Axis
Packages that use Axis
Package
Description
Identifying the three standard axes in 3D cartesian coordinates.
Axis-aligned bounding-boxes and related operations.
Various methods to specify the orientation (general direction) of an entity.
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
-
Uses of Axis in org.anchoranalysis.spatial.axis
Subclasses with type arguments of type Axis in org.anchoranalysis.spatial.axisMethods in org.anchoranalysis.spatial.axis that return AxisModifier and TypeMethodDescriptionstatic AxisAxisConverter.createFromString(String axisAsString) Maps a string of x, y, z (case ignored) to a corresponding axis type.static AxisReturns the enum constant of this class with the specified name.static Axis[]Axis.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.anchoranalysis.spatial.axis with parameters of type AxisModifier and TypeMethodDescriptionstatic intAxisConverter.dimensionIndexFor(Axis axis) A corresponding index representing for the dimension anAxisrepresents.static intMultiplexes 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 AxisModifier and TypeMethodDescriptionintExtent.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 AxisModifierConstructorDescriptionDirectionVector(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 AxisModifier and TypeMethodDescriptionintReadableTuple3i.valueByDimension(Axis axis) A component of a tuple corresponding to a particular axis.final doubleTuple3d.valueByDimension(Axis axis) A component of the tuple corresponding to a particular axis.final floatTuple3f.valueByDimension(Axis axis) A component of a tuple corresponding to a particular axis.final intTuple3i.valueByDimension(Axis axis)