![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <Quat.h>
Public Member Functions | |
| idCQuat (void) | |
| idCQuat (float x, float y, float z) | |
| void | Set (float x, float y, float z) |
| float | operator[] (int index) const |
| float & | operator[] (int index) |
| bool | Compare (const idCQuat &a) const |
| bool | Compare (const idCQuat &a, const float epsilon) const |
| bool | operator== (const idCQuat &a) const |
| bool | operator!= (const idCQuat &a) const |
| int | GetDimension (void) const |
| idAngles | ToAngles (void) const |
| idRotation | ToRotation (void) const |
| idMat3 | ToMat3 (void) const |
| idMat4 | ToMat4 (void) const |
| idQuat | ToQuat (void) const |
| const float * | ToFloatPtr (void) const |
| float * | ToFloatPtr (void) |
| const char * | ToString (int precision=2) const |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| idRotation idCQuat::ToRotation | ( | void | ) | const |
1.8.6.