4#include "JSystem/JMath/JMATrigonometric.h"
9#define FLT_MAX std::numeric_limits<float>::max()
35 return deg * 182.04445f;
51 return v * 0.005493164f;
55 return x * 9.58738e-05f;
s16 cM_deg2s(f32 deg)
Definition c_math.h:34
u16 U_GetAtanTable(float, float)
s16 i_cM_deg2s(f32 deg)
Definition c_math.h:38
f32 cM_ssin(s16 x)
Definition c_math.h:30
f32 cM_fcos(f32 x)
Definition c_math.h:42
f32 cM_scos(s16 x)
Definition c_math.h:26
f32 cM_fsin(f32 x)
Definition c_math.h:46
void cM_initRnd2(int, int, int)
Definition c_math.cpp:213
float cM_atan2f(float y, float x)
float cM_rnd2()
Definition c_math.cpp:219
void cM_initRnd(int, int, int)
Definition c_math.cpp:170
s16 cM_atan2s(float y, float x)
f32 cM_s2rad(s16 x)
Definition c_math.h:54
float cM_rnd()
Definition c_math.cpp:180
f32 cM_sht2d(f32 v)
Definition c_math.h:50
vec y
Definition d_path.cpp:111
vec x
Definition d_path.cpp:110