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

Public Types

typedef f32(* Mtx44Ref)[4]
 
typedef const f32(* Mtx44RefConst)[4]
 

Public Member Functions

 operator Mtx44Ref ()
 
 operator Mtx44RefConst () const
 

Additional Inherited Members

- Public Attributes inherited from nw4r::math::_MTX44
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 Typedef Documentation

◆ Mtx44Ref

typedef f32(* nw4r::math::MTX44::Mtx44Ref)[4]

Definition at line 255 of file math_types.h.

◆ Mtx44RefConst

typedef const f32(* nw4r::math::MTX44::Mtx44RefConst)[4]

Definition at line 256 of file math_types.h.

Constructor & Destructor Documentation

◆ MTX44()

nw4r::math::MTX44::MTX44 ( )
inline

Definition at line 258 of file math_types.h.

Member Function Documentation

◆ operator Mtx44Ref()

nw4r::math::MTX44::operator Mtx44Ref ( )
inline

Definition at line 260 of file math_types.h.

◆ operator Mtx44RefConst()

nw4r::math::MTX44::operator Mtx44RefConst ( ) const
inline

Definition at line 263 of file math_types.h.