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

Description

Definition at line 239 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   _30 
 
      f32   _31 
 
      f32   _32 
 
      f32   _33 
 
   }  
 
   f32   m [4][4] 
 
   f32   a [4 *4] 
 
   Mtx44   mtx 
 
};  
 

Member Data Documentation

◆ _00

f32 nw4r::math::_MTX44::_00

Definition at line 242 of file math_types.h.

◆ _01

f32 nw4r::math::_MTX44::_01

Definition at line 242 of file math_types.h.

◆ _02

f32 nw4r::math::_MTX44::_02

Definition at line 242 of file math_types.h.

◆ _03

f32 nw4r::math::_MTX44::_03

Definition at line 242 of file math_types.h.

◆ _10

f32 nw4r::math::_MTX44::_10

Definition at line 243 of file math_types.h.

◆ _11

f32 nw4r::math::_MTX44::_11

Definition at line 243 of file math_types.h.

◆ _12

f32 nw4r::math::_MTX44::_12

Definition at line 243 of file math_types.h.

◆ _13

f32 nw4r::math::_MTX44::_13

Definition at line 243 of file math_types.h.

◆ _20

f32 nw4r::math::_MTX44::_20

Definition at line 244 of file math_types.h.

◆ _21

f32 nw4r::math::_MTX44::_21

Definition at line 244 of file math_types.h.

◆ _22

f32 nw4r::math::_MTX44::_22

Definition at line 244 of file math_types.h.

◆ _23

f32 nw4r::math::_MTX44::_23

Definition at line 244 of file math_types.h.

◆ _30

f32 nw4r::math::_MTX44::_30

Definition at line 245 of file math_types.h.

◆ _31

f32 nw4r::math::_MTX44::_31

Definition at line 245 of file math_types.h.

◆ _32

f32 nw4r::math::_MTX44::_32

Definition at line 245 of file math_types.h.

◆ _33

f32 nw4r::math::_MTX44::_33

Definition at line 245 of file math_types.h.

◆ m

f32 nw4r::math::_MTX44::m[4][4]

Definition at line 248 of file math_types.h.

◆ a

f32 nw4r::math::_MTX44::a[4 *4]

Definition at line 249 of file math_types.h.

◆ mtx

Mtx44 nw4r::math::_MTX44::mtx

Definition at line 250 of file math_types.h.