summaryrefslogtreecommitdiff
path: root/include/JSystem/JMath
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-10-10 13:40:37 -0700
committerGitHub <noreply@github.com>2023-10-10 23:40:37 +0300
commit3fa422caac37ca8777c57d8451cdf889a1d850d2 (patch)
tree4bf9fe0501b03a7743cff28970def131e6ebf0e2 /include/JSystem/JMath
parenta64921a5196c1bff0f2a2d1a697db0fa1b882f6e (diff)
m_Do_ext (#1958)
Diffstat (limited to 'include/JSystem/JMath')
-rw-r--r--include/JSystem/JMath/JMath.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/JSystem/JMath/JMath.h b/include/JSystem/JMath/JMath.h
index aa0fbc541e..e305ccc744 100644
--- a/include/JSystem/JMath/JMath.h
+++ b/include/JSystem/JMath/JMath.h
@@ -5,6 +5,7 @@
void JMAMTXApplyScale(const Mtx, Mtx, f32, f32, f32);
void JMAEulerToQuat(s16 param_0, s16 param_1, s16 param_2, Quaternion* param_3);
+void JMAQuatLerp(const Quaternion*, const Quaternion*, f32, Quaternion*);
inline f32 JMAFastReciprocal(f32 value) {
return __fres(value);