Uses of Enum
org.apache.commons.geometry.euclidean.threed.rotation.AxisSequenceType
Packages that use AxisSequenceType
Package
Description
This package provides components related to rotations in 3 dimensional
Euclidean space.
-
Uses of AxisSequenceType in org.apache.commons.geometry.euclidean.threed.rotation
Subclasses with type arguments of type AxisSequenceType in org.apache.commons.geometry.euclidean.threed.rotationModifier and TypeClassDescriptionenumDefines different types of rotation axis sequences.Fields in org.apache.commons.geometry.euclidean.threed.rotation declared as AxisSequenceTypeModifier and TypeFieldDescriptionprivate final AxisSequenceTypeAxisSequence.typeThe type of axis sequence.Methods in org.apache.commons.geometry.euclidean.threed.rotation that return AxisSequenceTypeModifier and TypeMethodDescriptionAxisSequence.getType()Get the axis sequence type.static AxisSequenceTypeReturns the enum constant of this type with the specified name.static AxisSequenceType[]AxisSequenceType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.geometry.euclidean.threed.rotation with parameters of type AxisSequenceTypeModifierConstructorDescriptionprivateAxisSequence(AxisSequenceType type, Vector3D axis1, Vector3D axis2, Vector3D axis3) Simple constructor.