nn::math::VEC2::VEC2 Constructor

Syntax

VEC2();

explicit VEC2(
     const f32 * p
);

VEC2(
     const VEC2_ & v
);

VEC2(
     f32 fx,
     f32 fy
);

List of Overloaded Member Functions

VEC2 ( ) Constructor.
VEC2 ( const f32 * ) Constructor.
VEC2 ( const VEC2_ & ) This is a copy constructor.
VEC2 ( f32, f32 ) Constructor.

Description of VEC2( )

Constructor.

Description of VEC2 ( const f32 * )

Constructor.

Description of VEC2 ( const VEC2_ & )

Copy constructor.

Description of VEC2 ( f32, f32 )

Constructor.


CONFIDENTIAL