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