nn::math::VEC3::VEC3 Constructor

Syntax

VEC3();

VEC3(
     const VEC3_ & v
);

VEC3(
     f32 fx,
     f32 fy,
     f32 fz
);

List of Overloaded Member Functions

VEC3( ) Constructor.
VEC3(const VEC3_ &) Copy constructor.
VEC3(f32, f32, f32) Constructor.

Description of VEC3( )

Constructor.

Description of VEC3(const VEC3_ &)

Copy constructor.

Description of VEC3(f32, f32, f32)

Constructor.


CONFIDENTIAL