mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-15 05:10:11 -04:00
Function renaming for math_utils and math_utils_2 (#440)
* Renaming functions in math_utils
This commit is contained in:
+9
-9
@@ -29,14 +29,14 @@ void func_8004214C(u16, f32);
|
||||
void func_800421FC(s32, s32, f32);
|
||||
void func_800423F0(Mat4, u16, u16, u16);
|
||||
void func_8004252C(Mat4, u16, u16);
|
||||
void func_80042984(Mat4, f32);
|
||||
void func_800429B8(Mat4, f32);
|
||||
void func_800429EC(Mat4, f32);
|
||||
void mtxf_mult_first_column(Mat4, f32);
|
||||
void mtxf_mult_second_column(Mat4, f32);
|
||||
void mtxf_mult_third_column(Mat4, f32);
|
||||
void func_80042B5C(Vec3f, Vec3f, Vec3s);
|
||||
void func_80042EB8(Vec3f, Vec3f, f32);
|
||||
|
||||
|
||||
void func_80040EC4(Vec3f, Vec3f);
|
||||
void vec3f_copy(Vec3f, Vec3f);
|
||||
s32 f32_step_up_towards(f32*, f32, f32);
|
||||
s32 f32_step_down_towards(f32*, f32, f32);
|
||||
s32 s32_step_up_towards(s32*, s32, s32);
|
||||
@@ -61,11 +61,11 @@ s32 func_800418E8(f32, f32, Vec3f);
|
||||
s32 func_80041924(Collision*, Vec3f);
|
||||
s32 func_80041980(Vec3f, Camera*, u16);
|
||||
void func_800419F8(void);
|
||||
void func_80041A78(Mat4, s32, s32);
|
||||
void func_80041AD8(Mat4, u16);
|
||||
void func_80041B68(Mat4, f32);
|
||||
void func_80041BBC(Mat4, u16, f32);
|
||||
void func_80041C64(Mat4, s32, s32, u16, f32);
|
||||
void mtfx_translation_x_y(Mat4, s32, s32);
|
||||
void mtxf_u16_rotate_z(Mat4, u16);
|
||||
void mtxf_scale_x_y(Mat4, f32);
|
||||
void mtxf_rotate_z_scale_x_y(Mat4, u16, f32);
|
||||
void mtxf_translation_x_y_rotate_z_scale_x_y(Mat4, s32, s32, u16, f32);
|
||||
void func_80041D24(void);
|
||||
void func_80041D34(void);
|
||||
void func_80041EF4(void);
|
||||
|
||||
Reference in New Issue
Block a user