Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
mtx44.h
Go to the documentation of this file.
1
#ifndef MTX44_H
2
#define MTX44_H
3
4
#include "
dolphin/types.h
"
5
6
typedef
f32
Mtx44
[4][4];
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
void
C_MTXPerspective
(
Mtx44
m
,
f32
fovy
,
f32
aspect
,
f32
near
,
f32
far
);
13
void
C_MTXOrtho
(
Mtx44
m
,
f32
top,
f32
bottom
,
f32
left
,
f32
right
,
f32
near
,
f32
far
);
14
15
#ifdef __cplusplus
16
};
17
#endif
18
19
#endif
/* MTX44_H */
cLib_calcTimer
T cLib_calcTimer(T *value)
Definition
c_lib.h:74
m
int m
Definition
e_atan2.c:62
C_MTXPerspective
void C_MTXPerspective(Mtx44 m, f32 fovy, f32 aspect, f32 near, f32 far)
Definition
mtx44.c:28
C_MTXOrtho
void C_MTXOrtho(Mtx44 m, f32 top, f32 bottom, f32 left, f32 right, f32 near, f32 far)
Definition
mtx44.c:54
Mtx44
f32 Mtx44[4][4]
Definition
mtx44.h:6
types.h
f32
float f32
Definition
types.h:22
include
dolphin
mtx
mtx44.h
Generated by
1.9.8