Uses of Class
org.apache.commons.numbers.quaternion.Quaternion.Type
-
Packages that use Quaternion.Type Package Description org.apache.commons.numbers.quaternion Quaternion number type. -
-
Uses of Quaternion.Type in org.apache.commons.numbers.quaternion
Fields in org.apache.commons.numbers.quaternion declared as Quaternion.Type Modifier and Type Field Description private Quaternion.Type
Quaternion. type
For enabling specialized method implementations.Methods in org.apache.commons.numbers.quaternion that return Quaternion.Type Modifier and Type Method Description static Quaternion.Type
Quaternion.Type. valueOf(java.lang.String name)
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.Type Constructor Description Quaternion(Quaternion.Type type, double w, double x, double y, double z)
Builds a quaternion from its components.Quaternion(Quaternion.Type type, Quaternion q)
Copies the given quaternion, but change itsQuaternion.Type
.
-