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

Description

Definition at line 279 of file math_types.h.

Public Member Functions

 QUAT (f32 fx, f32 fy, f32 fz, f32 fw)
 
 operator Quaternion * ()
 
 operator const Quaternion * () const
 

Additional Inherited Members

- Public Attributes inherited from nw4r::math::_QUAT
f32 x
 
f32 y
 
f32 z
 
f32 w
 

Constructor & Destructor Documentation

◆ QUAT() [1/2]

nw4r::math::QUAT::QUAT ( )
inline

Definition at line 280 of file math_types.h.

◆ QUAT() [2/2]

nw4r::math::QUAT::QUAT ( f32 fx,
f32 fy,
f32 fz,
f32 fw )
inline

Definition at line 281 of file math_types.h.

Member Function Documentation

◆ operator Quaternion *()

nw4r::math::QUAT::operator Quaternion * ( )
inline

Definition at line 289 of file math_types.h.

◆ operator const Quaternion *()

nw4r::math::QUAT::operator const Quaternion * ( ) const
inline

Definition at line 292 of file math_types.h.