nn::math::VEC3::VEC3 Constructor
VEC3();
VEC3(
const VEC3_ & v
);
VEC3(
f32 fx,
f32 fy,
f32 fz
);
VEC3( )
|
Constructor. |
VEC3(const VEC3_ &)
|
Copy constructor. |
VEC3(f32, f32, f32)
|
Constructor. |
VEC3( )Constructor.
VEC3(const VEC3_ &)Copy constructor.
VEC3(f32, f32, f32)Constructor.
CONFIDENTIAL