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.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.