diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2024-04-16 00:19:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 16:19:43 -0700 |
| commit | 7f426967efd07046bfbe791ed4e64808ae5a26e2 (patch) | |
| tree | 51014dee003a4e30ac6db96c640c66db13dc6d3f /include/sys_math3d.h | |
| parent | 4ab3a1d9dcb76d80fe745dcbe79f3e925b8fac7e (diff) | |
ac_ball OK and documented (#173)
* ac_ball OK
* hopefully format
* address warnings
* Apply suggestions from code review
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
* suggestions pt2
---------
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
Diffstat (limited to 'include/sys_math3d.h')
| -rw-r--r-- | include/sys_math3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys_math3d.h b/include/sys_math3d.h index 58e1405..b80c42d 100644 --- a/include/sys_math3d.h +++ b/include/sys_math3d.h @@ -27,7 +27,7 @@ typedef struct Pipe { /* 0x6 */ s_xyz pos; } Pipe; // size = 0xC -// void Math3d_normalizeXyz_t(); +f32 Math3d_normalizeXyz_t(xyz_t*); // void func_800DA028_jp(); // void func_800DA148_jp(); // void Math3D_lineVsPosSuisenCross(); |
