nn::math::VEC4::VEC4 Constructor
VEC4();
VEC4(
const f32 * p
);
VEC4(
const VEC4_ & v
);
VEC4(
f32 fx,
f32 fy,
f32 fz,
f32 fw
);
VEC4(
const VEC3 & v
);
VEC4()
|
Constructor. |
VEC4(const f32 *)
|
Constructor. |
VEC4(const VEC4_ &)
|
Copy constructor. |
VEC4(f32, f32, f32, f32)
|
Constructor. |
VEC4(const VEC3 &)
|
Constructor. |
VEC4()Constructor.
VEC4(const f32 *)Constructor.
VEC4(const VEC4_ &)Copy constructor.
VEC4(f32, f32, f32, f32)Constructor.
VEC4(const VEC3 &)Constructor.
CONFIDENTIAL