libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

union  MtxS
 
union  MtxF
 

Typedefs

typedef int Mtx_t[4][4]
 
typedef float MtxF_t[4][4]
 
typedef MtxS Mtx
 

Typedef Documentation

◆ Mtx

typedef MtxS Mtx

◆ Mtx_t

typedef int Mtx_t[4][4]

◆ MtxF_t

typedef float MtxF_t[4][4]