Add the function definition for guMtxXFMF, and use that to help define other functions that use it

This commit is contained in:
Ryan Myers
2021-09-09 13:42:13 -04:00
parent 11ec3fb30b
commit 9b7b360ff1
4 changed files with 52 additions and 51 deletions
+2
View File
@@ -21,6 +21,8 @@ void guMtxIdent(Mtx *m);
void guMtxIdentF(float mf[4][4]);
void guMtxL2F(float mf[4][4], Mtx *m);
void guNormalize(float *, float *, float *);
void guMtxXFMF(float mf[4][4], float x, float y, float z,
float *ox, float *oy, float *oz);
/* Used only in Fast3DEX2 */
void guLookAtReflect (Mtx *m, LookAt *l, float xEye, float yEye, float zEye,