Data Structures | |
| class | Wml::Vector3< Real > |
| Template class for a 3 item vector. More... | |
| class | Wml::Vector4< Real > |
| Template class for a 4 item vector. More... | |
| class | Wml::Quaternion< Real > |
| Template class for a Quaternion. More... | |
Typedefs | |
| typedef Vector3< float > | Wml::Vector3f |
| This is the recomended implementation for DigitalSpaces::in_Vector3f* and DigitalSpaces::out_Vector3f* . | |
| typedef Vector3< double > | Wml::Vector3d |
| typedef Vector4< float > | Wml::Vector4f |
| This is the recomended implementation for DigitalSpaces::in_Vector4f* and DigitalSpaces::out_Vector4f* . | |
| typedef Vector4< double > | Wml::Vector4d |
| typedef Quaternion< float > | Wml::Quaternionf |
| This is the recomended implementation for DigitalSpaces::in_Quaternionf* and DigitalSpaces::out_Quaternionf* . | |
| typedef Quaternion< double > | Wml::Quaterniond |
Functions | |
| template<class Real> | |
| Quaternion< Real > | Wml::operator* (Real fScalar, const Quaternion< Real > &rkQ) |
| typedef Quaternion<double> Wml::Quaterniond |
| typedef Quaternion<float> Wml::Quaternionf |
This is the recomended implementation for DigitalSpaces::in_Quaternionf* and DigitalSpaces::out_Quaternionf* .
| typedef Vector3<double> Wml::Vector3d |
| typedef Vector3<float> Wml::Vector3f |
This is the recomended implementation for DigitalSpaces::in_Vector3f* and DigitalSpaces::out_Vector3f* .
| typedef Vector4<double> Wml::Vector4d |
| typedef Vector4<float> Wml::Vector4f |
This is the recomended implementation for DigitalSpaces::in_Vector4f* and DigitalSpaces::out_Vector4f* .
| Quaternion<Real> Wml::operator* | ( | Real | fScalar, | |
| const Quaternion< Real > & | rkQ | |||
| ) | [inline] |
1.5.6