Go to the source code of this file.
Namespaces | |
ARToolKitPlus | |
This file should only be compiled when using ARToolKitPlus as a DLL. | |
Macros | |
#define | FIXED_Fixed_n_To_Float(x, n) ((float)x / (float)(1 << n)) |
#define | FIXED_Float_To_Fixed_n(x, n) ((I32)(x * (float)(1 << n) + 0.5f)) |
Definition at line 49 of file FixedPoint.h.
Definition at line 48 of file FixedPoint.h.