work on d_a_boomerang

This commit is contained in:
Trueffeloot
2023-08-03 23:13:13 +02:00
parent 0300993e11
commit dcec254788
14 changed files with 632 additions and 980 deletions
+4
View File
@@ -33,6 +33,10 @@ inline s16 i_cM_deg2s(f32 deg) {
return deg;
}
inline f32 cM_fcos(f32 x) {
return JMASCos(cM_rad2s(x));
}
inline f32 cM_fsin(f32 x) {
return JMASSin(cM_rad2s(x));
}