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

Public Attributes

union { 
 
   struct { 
 
      f32   _00 
 
      f32   _01 
 
      f32   _02 
 
      f32   _03 
 
      f32   _10 
 
      f32   _11 
 
      f32   _12 
 
      f32   _13 
 
      f32   _20 
 
      f32   _21 
 
      f32   _22 
 
      f32   _23 
 
   }  
 
   f32   m [3][4] 
 
   f32   a [3 *4] 
 
   Mtx   mtx 
 
};  
 

Member Data Documentation

◆ _00

f32 nw4r::math::_MTX34::_00

Definition at line 197 of file math_types.h.

◆ _01

f32 nw4r::math::_MTX34::_01

Definition at line 197 of file math_types.h.

◆ _02

f32 nw4r::math::_MTX34::_02

Definition at line 197 of file math_types.h.

◆ _03

f32 nw4r::math::_MTX34::_03

Definition at line 197 of file math_types.h.

◆ _10

f32 nw4r::math::_MTX34::_10

Definition at line 198 of file math_types.h.

◆ _11

f32 nw4r::math::_MTX34::_11

Definition at line 198 of file math_types.h.

◆ _12

f32 nw4r::math::_MTX34::_12

Definition at line 198 of file math_types.h.

◆ _13

f32 nw4r::math::_MTX34::_13

Definition at line 198 of file math_types.h.

◆ _20

f32 nw4r::math::_MTX34::_20

Definition at line 199 of file math_types.h.

◆ _21

f32 nw4r::math::_MTX34::_21

Definition at line 199 of file math_types.h.

◆ _22

f32 nw4r::math::_MTX34::_22

Definition at line 199 of file math_types.h.

◆ _23

f32 nw4r::math::_MTX34::_23

Definition at line 199 of file math_types.h.

◆ m

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

Definition at line 202 of file math_types.h.

◆ a

f32 nw4r::math::_MTX34::a[3 *4]

Definition at line 203 of file math_types.h.

◆ mtx

Mtx nw4r::math::_MTX34::mtx

Definition at line 204 of file math_types.h.