Go to the source code of this file.
◆ cM_atan2f()
float cM_atan2f |
( |
float | y, |
|
|
float | x ) |
◆ cM_atan2s()
s16 cM_atan2s |
( |
float | y, |
|
|
float | x ) |
◆ cM_deg2s()
◆ cM_fcos()
◆ cM_fsin()
◆ cM_initRnd()
void cM_initRnd |
( |
int | s0, |
|
|
int | s1, |
|
|
int | s2 ) |
◆ cM_initRnd2()
void cM_initRnd2 |
( |
int | s0, |
|
|
int | s1, |
|
|
int | s2 ) |
◆ cM_rad2s()
s16 cM_rad2s |
( |
float | rad | ) |
|
◆ cM_rnd()
Gets a random value
- Returns
- a random value
◆ cM_rnd2()
◆ cM_rndF()
float cM_rndF |
( |
float | max | ) |
|
Gets a random value between 0 and a given upper bound
- Parameters
-
max | The upper bound the random value can be |
- Returns
- a random value between 0 and
max
◆ cM_rndF2()
float cM_rndF2 |
( |
float | max | ) |
|
◆ cM_rndFX()
float cM_rndFX |
( |
float | max | ) |
|
Gets a random value between given bounds
- Parameters
-
max | The upper and lower bound the random value can be |
- Returns
- a random value between -
max
and +max
◆ cM_rndFX2()
float cM_rndFX2 |
( |
float | max | ) |
|
◆ cM_s2rad()
◆ cM_scos()
◆ cM_sht2d()
◆ cM_ssin()
◆ i_cM_deg2s()
◆ U_GetAtanTable()
u16 U_GetAtanTable |
( |
float | f0, |
|
|
float | f1 ) |