nw::gfx::CalculatedTransform::SetScale Member Function

Syntax

void SetScale(
     const math::VEC3 & scale
);
void SetScale(
     f32 fx,
     f32 fy,
     f32 fz
);

List of Overloaded Member Functions

SetScale(const math::VEC3 &) Sets the scaling transformation vector. Sets the Dirty flag.
SetScale(f32, f32, f32) Sets the scaling transformation vector. Sets the Dirty flag.

Description of SetScale(const math::VEC3 &)

Sets the scaling transformation vector. Sets the Dirty flag.

Description of SetScale(f32, f32, f32)

Sets the scaling transformation vector. Sets the Dirty flag.


CONFIDENTIAL