![]() |
Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
|
#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) |
| void guOrtho | ( | Mtx * | m, |
| float | left, | ||
| float | right, | ||
| float | bottom, | ||
| float | top, | ||
| float | near, | ||
| float | far, | ||
| float | scale | ||
| ) |
| void guOrthoF | ( | float | m[4][4], |
| float | left, | ||
| float | right, | ||
| float | bottom, | ||
| float | top, | ||
| float | near, | ||
| float | far, | ||
| float | scale | ||
| ) |
1.8.13