nn::math::VEC2::VEC2 Constructor
VEC2();
VEC2(
const f32 * p
);
VEC2(
const VEC2_ & v
);
VEC2(
f32 fx,
f32 fy
);
| VEC2 ( ) | Constructor. |
| VEC2 ( const f32 * ) | Constructor. |
| VEC2 ( const VEC2_ & ) | This is a copy constructor. |
| VEC2 ( f32, f32 ) | Constructor. |
Constructor.
Constructor.
Copy constructor.
Constructor.
CONFIDENTIAL