- getConjugate
Quaternion getConjugate()
- getMagnitude
float getMagnitude()
Returns the magnitude of the quaternion
- getNormalized
Quaternion getNormalized()
Returns a normalized copy of this quaternion
- normalize
void normalize()
Normalizes the quaternion
- opAdd
Quaternion opAdd(Quaternion quaternion)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAddAssign
Quaternion opAddAssign(Quaternion quaternion)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDiv
Quaternion opDiv(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opDivAssign
Quaternion opDivAssign(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMul
Vector3 opMul(Vector3 vector)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMul
Quaternion opMul(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMul
Quaternion opMul(Quaternion quaternion)
Undocumented in source. Be warned that the author may not have intended to support it.
- opMulAssign
Quaternion opMulAssign(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSub
Quaternion opSub(Quaternion quaternion)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSubAssign
Quaternion opSubAssign(Quaternion quaternion)
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
Quaternion opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
- set
void set(float x, float y, float z, float w)
Sets the values of x, y, z, and w in a single statement
- setMagnitude
void setMagnitude(float magnitude)
Sets the magnitude of this quaternion