Uses of Enum Class
org.ojalgo.scalar.Quaternion.RotationAxis
Packages that use Quaternion.RotationAxis
-
Uses of Quaternion.RotationAxis in org.ojalgo.scalar
Methods in org.ojalgo.scalar that return Quaternion.RotationAxisModifier and TypeMethodDescriptionstatic Quaternion.RotationAxisReturns the enum constant of this class with the specified name.static Quaternion.RotationAxis[]Quaternion.RotationAxis.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.scalar with parameters of type Quaternion.RotationAxisModifier and TypeMethodDescriptionstatic QuaternionQuaternion.makeRotation(Quaternion.RotationAxis axis, double angle) Create aQuaternionthat captures a rotation about the provided axis by the provided angle.