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

Go to the source code of this file.

Classes

class  idAngles
 

Macros

#define PITCH   0
 
#define YAW   1
 
#define ROLL   2
 

Functions

ID_INLINE idAngles operator* (const float a, const idAngles &b)
 

Variables

idAngles ang_zero
 

Macro Definition Documentation

#define PITCH   0

Definition at line 41 of file Angles.h.

#define ROLL   2

Definition at line 43 of file Angles.h.

#define YAW   1

Definition at line 42 of file Angles.h.

Function Documentation

ID_INLINE idAngles operator* ( const float  a,
const idAngles b 
)

Definition at line 200 of file Angles.h.

Variable Documentation

idAngles ang_zero