doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | idRotation |
Functions | |
ID_INLINE idRotation | operator* (const float s, const idRotation &r) |
ID_INLINE idVec3 | operator* (const idVec3 &v, const idRotation &r) |
ID_INLINE idVec3 & | operator*= (idVec3 &v, const idRotation &r) |
ID_INLINE idRotation operator* | ( | const float | s, |
const idRotation & | r | ||
) |
Definition at line 191 of file Rotation.h.
ID_INLINE idVec3 operator* | ( | const idVec3 & | v, |
const idRotation & | r | ||
) |
Definition at line 195 of file Rotation.h.
ID_INLINE idVec3& operator*= | ( | idVec3 & | v, |
const idRotation & | r | ||
) |
Definition at line 199 of file Rotation.h.