nn::math::VEC3::Set Member Function

Syntax

void Set(
     f32 fx,
     f32 fy,
     f32 fz
);

void Set(
     const self_type & value
);

List of Overloaded Member Functions

Set(f32, f32, f32) Sets values individually.
Set(const self_type &) Sets a value.

Description of Set(f32, f32, f32)

Description of Set(const self_type &)


CONFIDENTIAL