- [Main Page](index.md)
- [Classes](annotated.md)
- [Files](files.md)
- [Directories](dirs.md)
- [Related Pages](pages.md)
- [File List](files.md)
- [File Members](globals.md)
Quaterni.h File Reference¶
#include "FileCons.h"
#include "Vector.h"
Include dependency graph for Quaterni.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes |
|
| class | Quaternion |
Defines |
|
| #define | __QUATERNI_H |
Functions |
|
| Quaternion | IdentityQ () |
| void | TransformVector (const Quaternion &q, Vector &v) |
| float | Dot (const Quaternion &a, const Quaternion &b) |
| Quaternion | RotateVQ (float angle, const Vector &axis) |
| Quaternion | XRotateRadiansQ (float anglerad) |
| Quaternion | YRotateRadiansQ (float anglerad) |
| Quaternion | ZRotateRadiansQ (float anglerad) |
| Quaternion | XRotateQ (float angle) |
| Quaternion | YRotateQ (float angle) |
| Quaternion | ZRotateQ (float angle) |
| Quaternion | YXZRotateRadiansQ (float y, float x, float z) |
| Quaternion | YXRotateRadiansQ (float y, float x) |
| Quaternion | YXZRotateQ (float y, float x, float z) |
| Quaternion | YXRotateQ (float y, float x) |
| Quaternion | XYZRotateQ (float x, float y, float z) |
| Quaternion | XYRotateQ (float x, float y) |
| Quaternion | VectorsToStandardQ (const Vector &becomezdir, const Vector &becomeydir) |