Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Macros
OGLCamera.cpp File Reference
#include "OGLCamera.h"
#include "Tympan/models/common/3d.h"
Include dependency graph for OGLCamera.cpp:

Go to the source code of this file.

Macros

#define MIN(a, b)   (((a) < (b)) ? (a) : (b))
 
#define MAX(a, b)   (((a) > (b)) ? (a) : (b))
 

Macro Definition Documentation

◆ MAX

#define MAX (   a,
 
)    (((a) > (b)) ? (a) : (b))

Definition at line 33 of file OGLCamera.cpp.

◆ MIN

#define MIN (   a,
 
)    (((a) < (b)) ? (a) : (b))

Definition at line 29 of file OGLCamera.cpp.