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.TypeQuaternion.typeFor enabling specialized method implementations.Methods in org.apache.commons.numbers.quaternion that return Quaternion.TypeModifier and TypeMethodDescriptionstatic Quaternion.TypeReturns 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.TypeModifierConstructorDescriptionprivateQuaternion(Quaternion.Type type, double w, double x, double y, double z) Builds a quaternion from its components.privateQuaternion(Quaternion.Type type, Quaternion q) Copies the given quaternion, but change itsQuaternion.Type.