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
Fields in org.apache.commons.geometry.euclidean.threed.rotation declared as AxisSequenceTypeModifier and TypeFieldDescriptionprivate final AxisSequenceType
AxisSequence.type
The 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 AxisSequenceType
Returns 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 AxisSequenceTypeModifierConstructorDescriptionprivate
AxisSequence
(AxisSequenceType type, Vector3D axis1, Vector3D axis2, Vector3D axis3) Simple constructor.