3#include "mc/_HeaderOutputPredefine.h"
7namespace mce {
struct Degree; }
28 MCNAPI
static float clamp(
float v,
float low,
float high);
30 MCNAPI
static int clamp(
int v,
int low,
int high);
32 MCNAPI
static float clampRotate(
float current,
float target,
float maxDelta);
34 MCNAPI
static float lerpRotate(
float from,
float to,
float a);
46 MCNAPI static ::std::add_lvalue_reference_t<float[]>
mSin();
static MCAPI ::std::add_lvalue_reference_t< float[]> mSin()
static MCAPI float clamp(float v, float low, float high)
static MCAPI ::mce::Degree wrapDegrees(::mce::Degree input)
static MCAPI int clamp(int v, int low, int high)
static MCAPI float const & mSinScale()
static MCAPI float wrapDegrees(float input)
static MCAPI float wrapRadians(float angle)
static MCAPI float lerpRotate(float from, float to, float a)
static MCAPI float clampRotate(float current, float target, float maxDelta)