HDK
|
Go to the source code of this file.
Macros | |
#define | CL_SUPPORT_ISZERO(x) ((x) > -0.00001 && (x) < 0.00001) |
#define | CL_SUPPORT_LERP(weight) (iv + (ov - iv)*weight) |
Functions | |
CL_API void | CLstretchSlopeAccel (fpreal xscale, fpreal yscale, fpreal &slope, fpreal &accel, bool accel_ratio) |
Definition at line 20 of file CL_Support.h.
#define CL_SUPPORT_LERP | ( | weight | ) | (iv + (ov - iv)*weight) |
Definition at line 21 of file CL_Support.h.