Uses of Class
org.ojalgo.scalar.Quaternion.RotationAxis
-
Packages that use Quaternion.RotationAxis Package Description org.ojalgo.scalar -
-
Uses of Quaternion.RotationAxis in org.ojalgo.scalar
Methods in org.ojalgo.scalar that return Quaternion.RotationAxis Modifier and Type Method Description static Quaternion.RotationAxisQuaternion.RotationAxis. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Quaternion.RotationAxis[]Quaternion.RotationAxis. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ojalgo.scalar with parameters of type Quaternion.RotationAxis Modifier and Type Method Description static QuaternionQuaternion. makeRotation(Quaternion.RotationAxis axis, double angle)Create aQuaternionthat captures a rotation about the provided axis by the provided angle.
-