Quaternion< ValueType > Member List

This is the complete list of members for Quaternion< ValueType >, including all inherited members.

DescribeIO(const DataSerializeInterface &stream)Quaternion< ValueType >static
GetAxisRotation(VectorType &axis, ValueType &angle) constQuaternion< ValueType >
GetConjugate() constQuaternion< ValueType >
GetDot(const QuaternionType &q1, const QuaternionType &q2)Quaternion< ValueType >static
GetExp() constQuaternion< ValueType >
GetInnerQuaternion(const QuaternionType &qi_m1, const QuaternionType &qi, const QuaternionType &qi_p1)Quaternion< ValueType >static
GetInverse() constQuaternion< ValueType >
GetLength() constQuaternion< ValueType >
GetLerp(const QuaternionType &q1, const QuaternionType &q2, const ValueType t)Quaternion< ValueType >static
GetLog() constQuaternion< ValueType >
GetMatrix() constQuaternion< ValueType >
GetNormalized() constQuaternion< ValueType >
GetPow(const ValueType &t) constQuaternion< ValueType >
GetSlerp(const QuaternionType &q1, const QuaternionType &q2, const ValueType t)Quaternion< ValueType >static
GetSpline(const QuaternionType &qi_m1, const QuaternionType &qi, const QuaternionType &qi_p1, const QuaternionType &qi_p2, const ValueType t)Quaternion< ValueType >static
GetSquad(const QuaternionType &qi, const QuaternionType &qi_p1, const QuaternionType &si, const QuaternionType &si_p1, const ValueType t)Quaternion< ValueType >static
GetSquaredLength() constQuaternion< ValueType >
MatrixType typedefQuaternion< ValueType >private
MAXON_OPERATOR_EQUALITY_HASHCODE(Quaternion, v, w)Quaternion< ValueType >
MyCopysign(const ValueType &x, const ValueType &y) constQuaternion< ValueType >private
operator*(const QuaternionType &v) constQuaternion< ValueType >
operator*(const ValueType s) constQuaternion< ValueType >
operator*(const ValueType s, const QuaternionType &q)Quaternion< ValueType >friend
operator*=(const QuaternionType &v)Quaternion< ValueType >
operator+(const QuaternionType &v) constQuaternion< ValueType >
operator+=(const QuaternionType &v)Quaternion< ValueType >
operator-(const QuaternionType &v) constQuaternion< ValueType >
operator-=(const QuaternionType &v)Quaternion< ValueType >
Quaternion()Quaternion< ValueType >
Quaternion(const VectorType &v, const ValueType w)Quaternion< ValueType >
Quaternion(const ValueType x, const ValueType y, const ValueType z, const ValueType w)Quaternion< ValueType >
QuaternionType typedefQuaternion< ValueType >private
SetAxisRotation(const VectorType &axis, const ValueType rotation)Quaternion< ValueType >
SetMatrix(const MatrixType &m)Quaternion< ValueType >
SetRotation(const VectorType &rotation)Quaternion< ValueType >
ToString(const FormatStatement *formatStatement=nullptr) constQuaternion< ValueType >
vQuaternion< ValueType >
VectorType typedefQuaternion< ValueType >private
wQuaternion< ValueType >