Implement & link m_roll_lib.c

This commit is contained in:
Cuyler36
2023-10-15 18:40:13 -04:00
parent f4203ffbf0
commit 6aa09cf26b
8 changed files with 429 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ typedef struct math_3d_triangle_s {
} Math3D_triangle_c; // size = 0x34
extern f32 Math3DVecLength(xyz_t* vec);
extern f32 Math3DVecLengthSquare2D(f32 x, f32 y);
extern void sMath_RotateX(xyz_t* pos, f32 rad);
extern void sMath_RotateY(xyz_t* pos, f32 rad);
extern void sMath_RotateZ(xyz_t* pos, f32 rad);