|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|

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)) |
| #define MAX | ( | a, | |
| b | |||
| ) | (((a) > (b)) ? (a) : (b)) |
Definition at line 33 of file OGLCamera.cpp.
| #define MIN | ( | a, | |
| b | |||
| ) | (((a) < (b)) ? (a) : (b)) |
Definition at line 29 of file OGLCamera.cpp.