nw::gfx::CalculatedTransform::SetTranslate Member Function
void SetTranslate(
f32 x,
f32 y,
f32 z
);
void SetTranslate(
const math::VEC3 & translate
);
SetTranslate(f32, f32, f32)
|
Sets the translation. Sets the Dirty flag. |
SetTranslate(const math::VEC3 &)
|
Sets the translation. Sets the Dirty flag. |
SetTranslate(f32, f32, f32)Sets the translation. Sets the Dirty flag.
SetTranslate(const math::VEC3 &)Sets the translation. Sets the Dirty flag.
CONFIDENTIAL