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

Go to the source code of this file.

Classes

class  idComplex
 

Macros

#define complex_zero   complex_origin
 

Functions

ID_INLINE idComplex operator* (const float a, const idComplex &b)
 
ID_INLINE idComplex operator/ (const float a, const idComplex &b)
 
ID_INLINE idComplex operator+ (const float a, const idComplex &b)
 
ID_INLINE idComplex operator- (const float a, const idComplex &b)
 

Variables

idComplex complex_origin
 

Macro Definition Documentation

#define complex_zero   complex_origin

Definition at line 99 of file Complex.h.

Function Documentation

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

Definition at line 234 of file Complex.h.

ID_INLINE idComplex operator+ ( const float  a,
const idComplex b 
)

Definition at line 251 of file Complex.h.

ID_INLINE idComplex operator- ( const float  a,
const idComplex b 
)

Definition at line 255 of file Complex.h.

ID_INLINE idComplex operator/ ( const float  a,
const idComplex b 
)

Definition at line 238 of file Complex.h.

Variable Documentation

idComplex complex_origin