Uses of Enum
org.apache.commons.numbers.quaternion.Quaternion.Type
Packages that use Quaternion.Type
-
Uses of Quaternion.Type in org.apache.commons.numbers.quaternion
Fields in org.apache.commons.numbers.quaternion declared as Quaternion.TypeModifier and TypeFieldDescriptionprivate final Quaternion.Type
Quaternion.type
For enabling specialized method implementations.Methods in org.apache.commons.numbers.quaternion that return Quaternion.TypeModifier and TypeMethodDescriptionstatic Quaternion.Type
Returns the enum constant of this type with the specified name.static Quaternion.Type[]
Quaternion.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.numbers.quaternion with parameters of type Quaternion.TypeModifierConstructorDescriptionprivate
Quaternion
(Quaternion.Type type, double w, double x, double y, double z) Builds a quaternion from its components.private
Quaternion
(Quaternion.Type type, Quaternion q) Copies the given quaternion, but change itsQuaternion.Type
.