diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-02-03 12:28:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-03 02:28:50 -0800 |
| commit | c4cd497fd6c374ec3a7ca7c4b7b94b70a4328d20 (patch) | |
| tree | 4fd63b67afcb3f73a643bb8e13f667c3e4ff2d04 /include/JSystem/JMath | |
| parent | 228b5e17d8418a31e13386ad66d367884b978212 (diff) | |
Work on Z2EnvSeMgr (#2059)
Diffstat (limited to 'include/JSystem/JMath')
| -rw-r--r-- | include/JSystem/JMath/JMath.h | 1 |
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); |
