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

Description

Definition at line 183 of file math_types.h.

Additional Inherited Members

- Public Attributes inherited from nw4r::math::_MTX33
union { 
 
   struct { 
 
      f32   _00 
 
      f32   _01 
 
      f32   _02 
 
      f32   _10 
 
      f32   _11 
 
      f32   _12 
 
      f32   _20 
 
      f32   _21 
 
      f32   _22 
 
   }  
 
   f32   m [3][3] 
 
   f32   a [3 *3] 
 
};  
 

Constructor & Destructor Documentation

◆ MTX33()

nw4r::math::MTX33::MTX33 ( )
inline

Definition at line 184 of file math_types.h.