doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
Rotation.h File Reference

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 idVec3operator*= (idVec3 &v, const idRotation &r)
 

Function Documentation

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.