SSBM Decomp
Loading...
Searching...
No Matches
forward.h
Go to the documentation of this file.
1
#ifndef DOLPHIN_MTX_FORWARD_H
2
#define DOLPHIN_MTX_FORWARD_H
3
4
#include <
platform.h
>
5
6
typedef
f32
Mtx
[3][4];
7
typedef
f32
(*
MtxPtr
)[4];
8
9
typedef
f32
Mtx44
[4][4];
10
typedef
f32
(*
Mtx44Ptr
)[4];
11
12
typedef
struct
IntVec2
IntVec2
;
13
typedef
struct
IntVec3
IntVec3
;
14
typedef
struct
S16Vec3
S16Vec3
;
15
typedef
struct
S32Vec2
S32Vec2
;
16
typedef
struct
S32Vec3
S32Vec3
;
17
typedef
struct
S8Vec3
S8Vec3
;
18
typedef
struct
U8Vec4
U8Vec4
;
19
typedef
struct
Vec2
Vec2
;
20
typedef
struct
Vec3
Vec3
;
21
typedef
struct
Vec4
Quaternion,
Vec4
;
22
23
#endif
Mtx44Ptr
f32(* Mtx44Ptr)[4]
Definition
forward.h:10
MtxPtr
f32(* MtxPtr)[4]
Definition
forward.h:7
Mtx44
f32 Mtx44[4][4]
Definition
forward.h:9
Mtx
f32 Mtx[3][4]
Definition
forward.h:6
platform.h
f32
float f32
A 32-bit floating-point number.
Definition
platform.h:62
IntVec2
Definition
types.h:41
IntVec3
Definition
types.h:45
S16Vec3
Definition
types.h:29
S32Vec2
Definition
types.h:33
S32Vec3
Definition
types.h:37
S8Vec3
Definition
types.h:25
U8Vec4
Definition
types.h:21
Vec2
Definition
types.h:9
Vec3
Definition
types.h:13
Vec4
Definition
types.h:17
src
dolphin
mtx
forward.h
Generated by
1.9.8