NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
mtxtypes.h
1
#ifndef RVL_SDK_MTX_TYPES_H
2
#define RVL_SDK_MTX_TYPES_H
3
#include <types.h>
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
typedef
f32 Mtx[3][4];
9
typedef
f32 Mtx44[4][4];
10
11
typedef
struct
Vec
{
12
f32 x, y, z;
13
}
Vec
;
14
15
typedef
struct
Vec2
{
16
f32 x, y;
17
}
Vec2
;
18
19
typedef
struct
Quaternion
{
20
f32 x, y, z, w;
21
}
Quaternion
;
22
23
#ifdef __cplusplus
24
}
25
#endif
26
#endif
Quaternion
Definition
mtxtypes.h:19
Vec2
Definition
mtxtypes.h:15
Vec
Definition
mtxtypes.h:11
include
lib
revolution
MTX
mtxtypes.h
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.13.2