NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::math::_MTX34 Struct Reference
Inheritance diagram for nw4r::math::_MTX34:
[legend]

Description

Definition at line 7 of file mtx.hpp.

Public Attributes

union { 
 
   f32   mData [3][4] 
 
   Mtx   mtx 
 
};  
 

Member Data Documentation

◆ mData

f32 nw4r::math::_MTX34::mData[3][4]

Definition at line 9 of file mtx.hpp.

◆ mtx

Mtx nw4r::math::_MTX34::mtx

Definition at line 10 of file mtx.hpp.