NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
quat.h
1
#ifndef RVL_SDK_MTX_QUAT_H
2
#define RVL_SDK_MTX_QUAT_H
3
#include <types.h>
4
5
#include <revolution/MTX/mtxtypes.h>
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
void
PSQUATMultiply(
const
Quaternion
* a,
const
Quaternion
* b,
Quaternion
* prod);
11
void
PSQUATNormalize(
const
Quaternion
* in,
Quaternion
* out);
12
void
C_QUATMtx(
Quaternion
* quat,
const
Mtx mtx);
13
void
C_QUATSlerp(
const
Quaternion
* a,
const
Quaternion
* b,
Quaternion
* out,
14
f32 t);
15
16
#ifdef __cplusplus
17
}
18
#endif
19
#endif
Quaternion
Definition
mtxtypes.h:19
include
lib
revolution
MTX
quat.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2