doom3-gpl
Doom 3 GPL source release
|
#include <Rotation.h>
Private Attributes | |
idVec3 | origin |
idVec3 | vec |
float | angle |
idMat3 | axis |
bool | axisValid |
Friends | |
class | idAngles |
class | idQuat |
class | idMat3 |
idRotation | operator* (const float s, const idRotation &r) |
idVec3 | operator* (const idVec3 &v, const idRotation &r) |
idVec3 & | operator*= (idVec3 &v, const idRotation &r) |
Definition at line 46 of file Rotation.h.
ID_INLINE idRotation::idRotation | ( | void | ) |
Definition at line 98 of file Rotation.h.
ID_INLINE idRotation::idRotation | ( | const idVec3 & | rotationOrigin, |
const idVec3 & | rotationVec, | ||
const float | rotationAngle | ||
) |
Definition at line 101 of file Rotation.h.
Definition at line 154 of file Rotation.h.
Definition at line 146 of file Rotation.h.
Definition at line 150 of file Rotation.h.
Definition at line 134 of file Rotation.cpp.
Definition at line 149 of file Rotation.cpp.
ID_INLINE idRotation idRotation::operator* | ( | const float | s | ) | const |
Definition at line 162 of file Rotation.h.
Definition at line 184 of file Rotation.h.
ID_INLINE idRotation & idRotation::operator*= | ( | const float | s | ) |
Definition at line 171 of file Rotation.h.
ID_INLINE idRotation idRotation::operator- | ( | ) | const |
Definition at line 158 of file Rotation.h.
ID_INLINE idRotation idRotation::operator/ | ( | const float | s | ) | const |
Definition at line 166 of file Rotation.h.
ID_INLINE idRotation & idRotation::operator/= | ( | const float | s | ) |
Definition at line 177 of file Rotation.h.
Definition at line 141 of file Rotation.h.
Definition at line 204 of file Rotation.h.
Definition at line 136 of file Rotation.h.
ID_INLINE void idRotation::Set | ( | const idVec3 & | rotationOrigin, |
const idVec3 & | rotationVec, | ||
const float | rotationAngle | ||
) |
Definition at line 108 of file Rotation.h.
Definition at line 131 of file Rotation.h.
Definition at line 115 of file Rotation.h.
Definition at line 119 of file Rotation.h.
Definition at line 124 of file Rotation.h.
Definition at line 38 of file Rotation.cpp.
Definition at line 125 of file Rotation.cpp.
Definition at line 60 of file Rotation.cpp.
Definition at line 116 of file Rotation.cpp.
Definition at line 47 of file Rotation.cpp.
|
friend |
Definition at line 48 of file Rotation.h.
|
friend |
Definition at line 50 of file Rotation.h.
|
friend |
Definition at line 49 of file Rotation.h.
|
friend |
Definition at line 191 of file Rotation.h.
|
friend |
Definition at line 195 of file Rotation.h.
|
friend |
Definition at line 199 of file Rotation.h.
|
private |
Definition at line 92 of file Rotation.h.
|
mutableprivate |
Definition at line 93 of file Rotation.h.
|
mutableprivate |
Definition at line 94 of file Rotation.h.
|
private |
Definition at line 90 of file Rotation.h.
|
private |
Definition at line 91 of file Rotation.h.