Go to the source code of this file.
Classes | |
class | Point |
Macros | |
#define | __ICEPOINT_H__ |
#define | CROSS2D(a, b) (a.x*b.y - b.x*a.y) |
#define | CROSS2D(a, b) (a.x*b.y - b.x*a.y) |
#define | TWEAKMASK 0x3fffff |
#define | TWEAKMASK 0x3fffff |
#define | TWEAKNOTMASK ~TWEAKMASK |
#define | TWEAKNOTMASK ~TWEAKMASK |
Functions | |
FUNCTION ICEMATHS_API void | Normalize1 (Point &a) |
FUNCTION ICEMATHS_API void | Normalize2 (Point &a) |
Variables | |
const float | EPSILON2 = 1.0e-20f |
#define __ICEPOINT_H__ |
Definition at line 14 of file OPC_IceHook.h.
#define TWEAKMASK 0x3fffff |
Definition at line 251 of file OPC_IceHook.h.
#define TWEAKMASK 0x3fffff |
#define TWEAKNOTMASK ~TWEAKMASK |
Definition at line 252 of file OPC_IceHook.h.
#define TWEAKNOTMASK ~TWEAKMASK |
FUNCTION ICEMATHS_API void Normalize1 | ( | Point & | a | ) |
FUNCTION ICEMATHS_API void Normalize2 | ( | Point & | a | ) |
const float EPSILON2 = 1.0e-20f |
Definition at line 23 of file IcePoint.h.