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
6typedef f32 Mtx44[4][4];
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
14
15#ifdef __cplusplus
16};
17#endif
18
19#endif /* MTX44_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
int m
Definition e_atan2.c:62
void C_MTXPerspective(Mtx44 m, f32 fovy, f32 aspect, f32 near, f32 far)
Definition mtx44.c:28
void C_MTXOrtho(Mtx44 m, f32 top, f32 bottom, f32 left, f32 right, f32 near, f32 far)
Definition mtx44.c:54
f32 Mtx44[4][4]
Definition mtx44.h:6
float f32
Definition types.h:22