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

Public Types

typedef f32(* MtxRef)[4]
 
typedef const f32(* MtxRefConst)[4]
 

Public Member Functions

 MTX34 (f32 f00, f32 f01, f32 f02, f32 f03, f32 f10, f32 f11, f32 f12, f32 f13, f32 f20, f32 f21, f32 f22, f32 f23)
 
 operator MtxRef ()
 
 operator MtxRefConst () const
 

Additional Inherited Members

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

◆ MtxRef

typedef f32(* nw4r::math::MTX34::MtxRef)[4]

Definition at line 209 of file math_types.h.

◆ MtxRefConst

typedef const f32(* nw4r::math::MTX34::MtxRefConst)[4]

Definition at line 210 of file math_types.h.

Constructor & Destructor Documentation

◆ MTX34() [1/2]

nw4r::math::MTX34::MTX34 ( )
inline

Definition at line 212 of file math_types.h.

◆ MTX34() [2/2]

nw4r::math::MTX34::MTX34 ( f32 f00,
f32 f01,
f32 f02,
f32 f03,
f32 f10,
f32 f11,
f32 f12,
f32 f13,
f32 f20,
f32 f21,
f32 f22,
f32 f23 )
inline

Definition at line 215 of file math_types.h.

Member Function Documentation

◆ operator MtxRef()

nw4r::math::MTX34::operator MtxRef ( )
inline

Definition at line 224 of file math_types.h.

◆ operator MtxRefConst()

nw4r::math::MTX34::operator MtxRefConst ( ) const
inline

Definition at line 227 of file math_types.h.