29 MCAPI static ::mce::Radian atan2(
float dy,
float dx);
31 MCAPI
static float clamp(
float v,
float low,
float high);
33 MCAPI
static int clamp(
int v,
int low,
int high);
35 MCAPI
static float clampRotate(
float current,
float target,
float maxDelta);
37 MCAPI
static bool isNan(
double d);
39 MCAPI
static bool isNan(
float f);
41 MCAPI
static float lerpRotate(
float from,
float to,
float a);
43 MCAPI
static float wrapDegrees(
float input);
51 MCAPI static ::std::add_lvalue_reference_t<float[]> mSin();
53 MCAPI
static float const& mSinScale();