NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::math::MTX34 Struct Reference

#include <lib/nw4r/math/mtx.hpp>

Inheritance diagram for nw4r::math::MTX34:
[legend]

Description

A 3x4 matrix.

Definition at line 15 of file mtx.hpp.

Additional Inherited Members

- Public Attributes inherited from nw4r::math::_MTX34
union { 
 
   f32   mData [3][4] 
 
   Mtx   mtx 
 
};