#include <math.h>
Include dependency graph for FVR/SimpleDefs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | TOLERANCE 0.0001 |
#define | SNAPTOZERO(t) |
#define | ROOT_TWO 1.4142135623730950488016887242097 |
#define | OVER_3 0.33333333 |
#define | OVER_6 0.16666666 |
#define | OVER_12 0.0833333333 |
#define | OVER_2_3 0.6666666666 |
#define | t_data float |
|
Definition at line 16 of file FVR/SimpleDefs.h. |
|
Definition at line 17 of file FVR/SimpleDefs.h. |
|
Definition at line 14 of file FVR/SimpleDefs.h. |
|
Definition at line 15 of file FVR/SimpleDefs.h. |
|
Definition at line 12 of file FVR/SimpleDefs.h. Referenced by Volume::setOversampling(), and vu1112117::setOversampling(). |
|
Value: ( ((t)>0.0f) ? ( ((t)<TOLERANCE) ? (0.0f) \ : (t) ) \ : ( ((t)>-TOLERANCE) ? (0.0f) \ : (t)) ) \ Definition at line 7 of file FVR/SimpleDefs.h. |
|
|
Definition at line 6 of file FVR/SimpleDefs.h. |