Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
mtx44.h File Reference

Go to the source code of this file.

Typedefs

typedef f32 Mtx44[4][4]
 

Functions

void C_MTXPerspective (Mtx44 m, f32 fovy, f32 aspect, f32 near, f32 far)
 
void C_MTXOrtho (Mtx44 m, f32 top, f32 bottom, f32 left, f32 right, f32 near, f32 far)
 

Typedef Documentation

◆ Mtx44

typedef f32 Mtx44[4][4]

Function Documentation

◆ C_MTXOrtho()

void C_MTXOrtho ( Mtx44  m,
f32  top,
f32  bottom,
f32  left,
f32  right,
f32  near,
f32  far 
)

◆ C_MTXPerspective()

void C_MTXPerspective ( Mtx44  m,
f32  fovy,
f32  aspect,
f32  near,
f32  far 
)