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
6typedef f32 Mtx[3][4];
7typedef f32 (*MtxPtr)[4];
8
9typedef f32 Mtx44[4][4];
10typedef f32 (*Mtx44Ptr)[4];
11
12typedef struct IntVec2 IntVec2;
13typedef struct IntVec3 IntVec3;
14typedef struct S16Vec3 S16Vec3;
15typedef struct S32Vec2 S32Vec2;
16typedef struct S32Vec3 S32Vec3;
17typedef struct S8Vec3 S8Vec3;
18typedef struct U8Vec4 U8Vec4;
19typedef struct Vec2 Vec2;
20typedef struct Vec3 Vec3;
21typedef struct Vec4 Quaternion, Vec4;
22
23#endif
f32(* Mtx44Ptr)[4]
Definition forward.h:10
f32(* MtxPtr)[4]
Definition forward.h:7
f32 Mtx44[4][4]
Definition forward.h:9
f32 Mtx[3][4]
Definition forward.h:6
float f32
A 32-bit floating-point number.
Definition platform.h:62
Definition types.h:41
Definition types.h:45
Definition types.h:29
Definition types.h:33
Definition types.h:37
Definition types.h:25
Definition types.h:21
Definition types.h:9
Definition types.h:13
Definition types.h:17