diff options
Diffstat (limited to 'include/JSystem/JMath/JMath.h')
| -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 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); |
