mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 06:54:33 +00:00
Match sys_matrix.c (#1682)
This commit is contained in:
parent
593a86014c
commit
99fd784bc2
2 changed files with 7 additions and 3 deletions
|
@ -1455,7 +1455,9 @@ void Matrix_ReplaceRotation(MtxF* mf);
|
|||
void Matrix_MtxFToYXZRotS(MtxF* mf, Vec3s* rotDest, s32 flag);
|
||||
void Matrix_MtxFToZYXRotS(MtxF* mf, Vec3s* rotDest, s32 flag);
|
||||
void Matrix_RotateAxis(f32 angle, Vec3f* axis, u8 mode);
|
||||
#if OOT_DEBUG
|
||||
MtxF* Matrix_CheckFloats(MtxF* mf, char* file, s32 line);
|
||||
#endif
|
||||
void Matrix_SetTranslateScaleMtx2(Mtx* mtx, f32 scaleX, f32 scaleY, f32 scaleZ, f32 translateX, f32 translateY,
|
||||
f32 translateZ);
|
||||
u64* SysUcode_GetUCodeBoot(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue