Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
Functions
guOrthoF.c File Reference
#include "libultra_internal.h"

Functions

void guOrthoF (float m[4][4], float left, float right, float bottom, float top, float near, float far, float scale)
 
void guOrtho (Mtx *m, float left, float right, float bottom, float top, float near, float far, float scale)
 

Function Documentation

◆ guOrtho()

void guOrtho ( Mtx m,
float  left,
float  right,
float  bottom,
float  top,
float  near,
float  far,
float  scale 
)

◆ guOrthoF()

void guOrthoF ( float  m[4][4],
float  left,
float  right,
float  bottom,
float  top,
float  near,
float  far,
float  scale 
)