![]() |
µGFX
2.9
version 2.9
|
GMISC - Miscellaneous Routines options header file.
Definition in file gmisc_options.h.
Go to the source code of this file.
Macros | |
GMISC Functionality to be included | |
#define | GMISC_NEED_ARRAYOPS GFXOFF |
Include array operation functions. More... | |
#define | GMISC_NEED_FASTTRIG GFXOFF |
Include fast floating point trig functions (fsin, fcos) More... | |
#define | GMISC_NEED_FIXEDTRIG GFXOFF |
Include fast fixed point trig functions (ffsin, ffcos) More... | |
#define | GMISC_NEED_INVSQRT GFXOFF |
Include fast inverse square root (x^-1/2) More... | |
#define | GMISC_NEED_HITTEST_POLY GFXOFF |
Include polygon hit test functions. More... | |
GMISC Optional Parameters | |
#define | GMISC_INVSQRT_MIXED_ENDIAN GFXOFF |
Modifies the invsqrt() function to assume a different integer to floating point endianness. More... | |
#define | GMISC_INVSQRT_REAL_SLOW GFXOFF |
Modifies the invsqrt() function to do things the long slow way. More... | |