Decompile guAlign and guAlignF

This commit is contained in:
Ryan Dwyer
2021-03-25 20:14:04 +10:00
parent 6a4a201052
commit ea6feb802f
9 changed files with 60 additions and 164 deletions
+1
View File
@@ -23,6 +23,7 @@ void guMtxIdent(Mtx *m);
void guMtxIdentF(float mf[4][4]);
void guMtxL2F(float mf[4][4], Mtx *m);
void guNormalize(float *, float *, float *);
void guAlignF(float mf[4][4], float a, float x, float y, float z);
void guLookAt(Mtx *m, float xEye, float yEye, float zEye,
float xAt, float yAt, float zAt,