summaryrefslogtreecommitdiff
path: root/src/JSystem/JMath/JMath.cpp
blob: 8025762ce74f1a4f4aed890c48eff15eab1eecec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//
// Generated by dtk
// Translation Unit: JMath.cpp
//

#include "JSystem/JMath/JMath.h"
#include "dolphin/types.h"

/* 80301028-80301150       .text JMANewSinTable__FUc */
void JMANewSinTable(unsigned char) {
    /* Nonmatching */
}

/* 80301150-80301218       .text JMAEulerToQuat__FsssP10Quaternion */
void JMAEulerToQuat(short, short, short, Quaternion*) {
    /* Nonmatching */
}

/* 80301218-803012D8       .text JMAQuatLerp__FP10QuaternionP10QuaternionfP10Quaternion */
void JMAQuatLerp(Quaternion*, Quaternion*, float, Quaternion*) {
    /* Nonmatching */
}

/* 803012D8-80301350       .text JMAHermiteInterpolation__Ffffffff */
f32 JMAHermiteInterpolation(f32, f32, f32, f32, f32, f32, f32) {
    /* Nonmatching */
}