nn::math::QUAT::QUAT Constructor

Syntax

QUAT();

explicit QUAT(
     const f32 * p
);

QUAT(
     const QUAT_ & rhs
);

QUAT(
     f32 fx,
     f32 fy,
     f32 fz,
     f32 fw
);

List of Overloaded Member Functions

QUAT ( ) Constructor.
QUAT ( const f32 * ) Constructor.
QUAT ( const QUAT_ & ) Copy constructor.
QUAT ( f32, f32, f32, f32 ) Constructor.

Description of QUAT ( )

Constructor.

Description of QUAT ( const f32 * )

Constructor.

Description of QUAT ( const QUAT_ & )

Copy constructor.

Description of QUAT ( f32, f32, f32, f32 )

Constructor.


CONFIDENTIAL