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