nw::gfx::CalculatedTransform::SetScale Member Function
void SetScale(
const math::VEC3 & scale
);
void SetScale(
f32 fx,
f32 fy,
f32 fz
);
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. |
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.
CONFIDENTIAL