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 170 of file math_types.h.

Public Attributes

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] 
 
};  
 

Member Data Documentation

◆ _00

f32 nw4r::math::_MTX33::_00

Definition at line 173 of file math_types.h.

◆ _01

f32 nw4r::math::_MTX33::_01

Definition at line 173 of file math_types.h.

◆ _02

f32 nw4r::math::_MTX33::_02

Definition at line 173 of file math_types.h.

◆ _10

f32 nw4r::math::_MTX33::_10

Definition at line 174 of file math_types.h.

◆ _11

f32 nw4r::math::_MTX33::_11

Definition at line 174 of file math_types.h.

◆ _12

f32 nw4r::math::_MTX33::_12

Definition at line 174 of file math_types.h.

◆ _20

f32 nw4r::math::_MTX33::_20

Definition at line 175 of file math_types.h.

◆ _21

f32 nw4r::math::_MTX33::_21

Definition at line 175 of file math_types.h.

◆ _22

f32 nw4r::math::_MTX33::_22

Definition at line 175 of file math_types.h.

◆ m

f32 nw4r::math::_MTX33::m[3][3]

Definition at line 178 of file math_types.h.

◆ a

f32 nw4r::math::_MTX33::a[3 *3]

Definition at line 179 of file math_types.h.