NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
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 | ||
![]() | ||
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 | ||
}; | ||
typedef f32(* nw4r::math::MTX44::Mtx44Ref)[4] |
Definition at line 255 of file math_types.h.
typedef const f32(* nw4r::math::MTX44::Mtx44RefConst)[4] |
Definition at line 256 of file math_types.h.
|
inline |
Definition at line 258 of file math_types.h.
|
inline |
Definition at line 260 of file math_types.h.
|
inline |
Definition at line 263 of file math_types.h.