nw::gfx::CalculatedTransform::SetTranslate Member Function

Syntax

void SetTranslate(
     f32 x,
     f32 y,
     f32 z
);

void SetTranslate(
     const math::VEC3 & translate
);

List of Overloaded Member Functions

SetTranslate(f32, f32, f32) Sets the translation. Sets the Dirty flag.
SetTranslate(const math::VEC3 &) Sets the translation. Sets the Dirty flag.

Description of SetTranslate(f32, f32, f32)

Sets the translation. Sets the Dirty flag.

Description of SetTranslate(const math::VEC3 &)

Sets the translation. Sets the Dirty flag.


CONFIDENTIAL