nn::math::VEC4::VEC4 Constructor

Syntax

VEC4();

explicit VEC4(
     const f32 * p
);

VEC4(
     const VEC4_ & v
);

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

explicit VEC4(
     const VEC3 & v
);

List of Overloaded Member Functions

VEC4() Constructor.
VEC4(const f32 *) Constructor.
VEC4(const VEC4_ &) Copy constructor.
VEC4(f32, f32, f32, f32) Constructor.
VEC4(const VEC3 &) Constructor.

Description of VEC4()

Constructor.

Description of VEC4(const f32 *)

Constructor.

Description of VEC4(const VEC4_ &)

Copy constructor.

Description of VEC4(f32, f32, f32, f32)

Constructor.

Description of VEC4(const VEC3 &)

Constructor.


CONFIDENTIAL