This commit is contained in:
LagoLunatic
2024-11-07 14:24:48 -05:00
parent 0492ca2b52
commit 04a5b59db5
15 changed files with 183 additions and 92 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#ifndef JMATH_H
#define JMATH_H
#include "dolphin/mtx/mtx.h"
#include "dolphin/mtx/quat.h"
#include "math.h"
bool JMANewSinTable(u8 numBits);
void JMAEulerToQuat(s16 x, s16 y, s16 z, Quaternion* out);