mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-15 04:33:03 -04:00
Decompile mtx00017028
This commit is contained in:
@@ -53,7 +53,7 @@ void mtx00016b58(Mtxf *matrix, f32 posx, f32 posy, f32 posz, f32 lookx, f32 look
|
||||
void mtx00016d58(Mtxf *matrix, f32 posx, f32 posy, f32 posz, f32 lookx, f32 looky, f32 lookz, f32 upx, f32 upy, f32 upz);
|
||||
u32 mtx00016dcc(f32 arg0, f32 arg1);
|
||||
u32 mtx00016e98(void);
|
||||
u32 mtx00017028(void);
|
||||
void mtx00017028(f32 mtx[4][4], f32 radians, f32 x, f32 y, f32 z);
|
||||
u32 mtx00017070(void);
|
||||
u32 mtx000170e4(void);
|
||||
u32 mtx0001719c(void);
|
||||
|
||||
+2
-1
@@ -11,7 +11,8 @@
|
||||
#define BADDEG2RAD(deg) ((deg) * (M_BADPI / 180.0f))
|
||||
#define DEG2RAD(deg) ((deg) * (M_PI / 180.0f))
|
||||
|
||||
#define RAD2DEG(rad) ((rad) * 180.0f / M_PI)
|
||||
#define RAD2DEG(rad) ((rad) * (180.0f / M_PI))
|
||||
#define RAD2DEG2(rad) ((rad) * 180.0f / M_PI)
|
||||
#define BADRAD2DEG(rad) ((rad) * (180.0f / M_BADPI))
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user