Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
nw4hbm::math::_MTX33 Struct Reference

#include <types.h>

+ Inheritance diagram for nw4hbm::math::_MTX33:

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

◆ [union]

union { ... } nw4hbm::math::_MTX33

◆ _00

f32 nw4hbm::math::_MTX33::_00

◆ _01

f32 nw4hbm::math::_MTX33::_01

◆ _02

f32 nw4hbm::math::_MTX33::_02

◆ _10

f32 nw4hbm::math::_MTX33::_10

◆ _11

f32 nw4hbm::math::_MTX33::_11

◆ _12

f32 nw4hbm::math::_MTX33::_12

◆ _20

f32 nw4hbm::math::_MTX33::_20

◆ _21

f32 nw4hbm::math::_MTX33::_21

◆ _22

f32 nw4hbm::math::_MTX33::_22

◆ a

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

◆ m

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

The documentation for this struct was generated from the following file: