#include <math.h>
#include "vuVector.h"
#include "vuColourRGBa.h"
#include "vuColourXYZa.h"
#include "vuColour31a.h"
#include "vuColour7a.h"
#include "vuColour9a.h"
Include dependency graph for Util.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | ns_vu1112112 |
Defines | |
#define | DEG2RAD 0.01745329251994 |
#define | SNAP_TOLERANCE 0.0000001 |
#define | D65_NORMAL 1056.442 |
#define | DO_POST_CLASSIFICATION |
#define | USE_VUTFUNC |
#define | USE_SPECTRUM7A |
#define | Min(a, b) (a<b ? a : b) |
#define | Max(a, b) (a>b ? a : b) |
#define | Sgn(a) (a>0 ? 1 : a<0 ? -1 : 0) |
Typedefs | |
typedef vuColour7a | ColourType |
Functions | |
template<class T> | |
void | Swap (T &t1, T &t2) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 70 of file Util.h. References T. |