3#include "mc/_HeaderOutputPredefine.h"
7namespace mce {
struct Radian; }
28 MCNAPI static ::mce::Radian
atan2(
float dy,
float dx);
30 MCNAPI
static float clamp(
float v,
float low,
float high);
32 MCNAPI
static int clamp(
int v,
int low,
int high);
34 MCNAPI
static float clampRotate(
float current,
float target,
float maxDelta);
36 MCNAPI
static bool isNan(
double d);
38 MCNAPI
static bool isNan(
float f);
40 MCNAPI
static float lerpRotate(
float from,
float to,
float a);
42 MCNAPI
static float sqrt(
float x);
50 MCNAPI static ::std::add_lvalue_reference_t<float[]>
mSin();
static MCAPI ::std::add_lvalue_reference_t< float[]> mSin()
static MCAPI ::mce::Radian atan2(float dy, float dx)
static MCAPI float sqrt(float x)
static MCAPI float clamp(float v, float low, float high)
static MCAPI bool isNan(float f)
static MCAPI int clamp(int v, int low, int high)
static MCAPI float const & mSinScale()
static MCAPI float wrapDegrees(float input)
static MCAPI float lerpRotate(float from, float to, float a)
static MCAPI float clampRotate(float current, float target, float maxDelta)
static MCAPI bool isNan(double d)