18 inline float dtMathAtan2f(
float y,
float x) {
return atan2f(y, x); }
float dtMathAtan2f(float y, float x)
Definition: DetourMath.h:18
float dtMathFabsf(float x)
Definition: DetourMath.h:12
float dtMathFloorf(float x)
Definition: DetourMath.h:14
float dtMathSinf(float x)
Definition: DetourMath.h:17
float dtMathSqrtf(float x)
Definition: DetourMath.h:13
float dtMathCeilf(float x)
Definition: DetourMath.h:15
bool dtMathIsfinite(float x)
Definition: DetourMath.h:19
float dtMathCosf(float x)
Definition: DetourMath.h:16