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

Functions

void guPerspectiveF (float mf[4][4], u16 *perspNorm, float fovy, float aspect, float near, float far, float scale)
 
void guPerspective (Mtx *m, u16 *perspNorm, float fovy, float aspect, float near, float far, float scale)
 

Function Documentation

◆ guPerspective()

void guPerspective ( Mtx m,
u16 perspNorm,
float  fovy,
float  aspect,
float  near,
float  far,
float  scale 
)

◆ guPerspectiveF()

void guPerspectiveF ( float  mf[4][4],
u16 perspNorm,
float  fovy,
float  aspect,
float  near,
float  far,
float  scale 
)