mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-11 21:18:17 -04:00
Decompile mtx4GetRotation
This commit is contained in:
@@ -38,9 +38,9 @@ void mtx4LoadXRotation(f32 radians, Mtxf *mtx);
|
||||
void mtx4LoadYRotation(f32 radians, Mtxf *mtx);
|
||||
void mtx4LoadZRotation(f32 radians, Mtxf *mtx);
|
||||
void mtx4LoadRotation(struct coord *rot, Mtxf *mtx);
|
||||
u32 mtx000165d8(void);
|
||||
void mtx000166a4(struct coord *pos, struct coord *rot, Mtxf *matrix);
|
||||
void mtx000166dc(struct coord *pos, Mtxf *matrix);
|
||||
void mtx4GetRotation(f32 mtx[4][4], struct coord *dst);
|
||||
void mtx4LoadRotationAndTranslation(struct coord *pos, struct coord *rot, Mtxf *mtx);
|
||||
void mtx4LoadTranslation(struct coord *pos, Mtxf *mtx);
|
||||
void mtx00016710(f32 mult, f32 mtx[4][4]);
|
||||
void mtx00016748(f32 arg0);
|
||||
void mtx00016760(void);
|
||||
|
||||
Reference in New Issue
Block a user