SSBM Decomp
Loading...
Searching...
No Matches
mtx44.c File Reference
#include <platform.h>
#include <dolphin/mtx/forward.h>
#include <dolphin/mtx.h>
#include <MSL/math.h>

Functions

void C_MTXFrustum (Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f)
 
void C_MTXPerspective (Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f)
 
void C_MTXOrtho (Mtx44 m, f32 t, f32 b, f32 l, f32 r, f32 n, f32 f)
 

Function Documentation

◆ C_MTXFrustum()

void C_MTXFrustum ( Mtx44  m,
f32  t,
f32  b,
f32  l,
f32  r,
f32  n,
f32  f 
)

◆ C_MTXPerspective()

void C_MTXPerspective ( Mtx44  m,
f32  fovY,
f32  aspect,
f32  n,
f32  f 
)

◆ C_MTXOrtho()

void C_MTXOrtho ( Mtx44  m,
f32  t,
f32  b,
f32  l,
f32  r,
f32  n,
f32  f 
)