summaryrefslogtreecommitdiff
path: root/include/JSystem/JMath
diff options
context:
space:
mode:
authorhatal175 <hatal175@users.noreply.github.com>2024-02-03 12:28:50 +0200
committerGitHub <noreply@github.com>2024-02-03 02:28:50 -0800
commitc4cd497fd6c374ec3a7ca7c4b7b94b70a4328d20 (patch)
tree4fd63b67afcb3f73a643bb8e13f667c3e4ff2d04 /include/JSystem/JMath
parent228b5e17d8418a31e13386ad66d367884b978212 (diff)
Work on Z2EnvSeMgr (#2059)
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 2ce474db6a..42f9f8fa8e 100644
--- a/include/JSystem/JMath/JMath.h
+++ b/include/JSystem/JMath/JMath.h
@@ -6,6 +6,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*);
+void JMAFastVECNormalize(register const Vec* src, register Vec* dst);
inline f32 JMAFastReciprocal(f32 value) {
return __fres(value);