Uses of Class
org.apache.commons.geometry.euclidean.threed.rotation.AxisSequenceType
-
Packages that use AxisSequenceType Package Description org.apache.commons.geometry.euclidean.threed.rotation 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 AxisSequenceType Modifier and Type Field Description private AxisSequenceType
AxisSequence. type
The type of axis sequence.Methods in org.apache.commons.geometry.euclidean.threed.rotation that return AxisSequenceType Modifier and Type Method Description AxisSequenceType
AxisSequence. getType()
Get the axis sequence type.static AxisSequenceType
AxisSequenceType. valueOf(java.lang.String name)
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 AxisSequenceType Constructor Description AxisSequence(AxisSequenceType type, Vector3D axis1, Vector3D axis2, Vector3D axis3)
Simple constructor.
-