This is the complete list of members for gte::Rotation< N, Real >, including all inherited members.
Convert(Matrix< N, N, Real > const &r, Quaternion< Real > &q) | gte::Rotation< N, Real > | privatestatic |
Convert(Quaternion< Real > const &q, Matrix< N, N, Real > &r) | gte::Rotation< N, Real > | privatestatic |
Convert(Matrix< N, N, Real > const &r, AxisAngle< N, Real > &a) | gte::Rotation< N, Real > | privatestatic |
Convert(AxisAngle< N, Real > const &a, Matrix< N, N, Real > &r) | gte::Rotation< N, Real > | privatestatic |
Convert(Matrix< N, N, Real > const &r, EulerAngles< Real > &e) | gte::Rotation< N, Real > | privatestatic |
Convert(EulerAngles< Real > const &e, Matrix< N, N, Real > &r) | gte::Rotation< N, Real > | privatestatic |
Convert(Quaternion< Real > const &q, AxisAngle< N, Real > &a) | gte::Rotation< N, Real > | privatestatic |
Convert(AxisAngle< N, Real > const &a, Quaternion< Real > &q) | gte::Rotation< N, Real > | privatestatic |
Convert(Quaternion< Real > const &q, EulerAngles< Real > &e) | gte::Rotation< N, Real > | privatestatic |
Convert(EulerAngles< Real > const &e, Quaternion< Real > &q) | gte::Rotation< N, Real > | privatestatic |
Convert(AxisAngle< N, Real > const &a, EulerAngles< Real > &e) | gte::Rotation< N, Real > | privatestatic |
Convert(EulerAngles< Real > const &e, AxisAngle< N, Real > &a) | gte::Rotation< N, Real > | privatestatic |
IS_AXIS_ANGLE enum value | gte::Rotation< N, Real > | private |
IS_EULER_ANGLES enum value | gte::Rotation< N, Real > | private |
IS_MATRIX enum value | gte::Rotation< N, Real > | private |
IS_QUATERNION enum value | gte::Rotation< N, Real > | private |
mAxisAngle | gte::Rotation< N, Real > | mutableprivate |
mEulerAngles | gte::Rotation< N, Real > | mutableprivate |
mMatrix | gte::Rotation< N, Real > | mutableprivate |
mQuaternion | gte::Rotation< N, Real > | mutableprivate |
mType | gte::Rotation< N, Real > | private |
operator AxisAngle< N, Real >() const | gte::Rotation< N, Real > | |
operator Matrix< N, N, Real >() const | gte::Rotation< N, Real > | |
operator Quaternion< Real >() const | gte::Rotation< N, Real > | |
operator()(int i0, int i1, int i2) const | gte::Rotation< N, Real > | |
RepresentationType enum name | gte::Rotation< N, Real > | private |
Rotation(Matrix< N, N, Real > const &matrix) | gte::Rotation< N, Real > | |
Rotation(Quaternion< Real > const &quaternion) | gte::Rotation< N, Real > | |
Rotation(AxisAngle< N, Real > const &axisAngle) | gte::Rotation< N, Real > | |
Rotation(EulerAngles< Real > const &eulerAngles) | gte::Rotation< N, Real > |