nw::gfx::res::ResShape::SetCenterPosition Member Function

Syntax

void SetCenterPosition(
     f32 x,
     f32 y,
     f32 z
);
void SetCenterPosition(
     const nw::math::VEC3 & value
);

List of Overloaded Member Functions

SetCenterPosition ( f32, f32, f32 ) Sets the local center position.
SetCenterPosition ( const nw::math::VEC3 & ) Sets the local center position.

Description of SetCenterPosition ( f32, f32, f32 )

Sets the local center position.

Description of SetCenterPosition ( const nw::math::VEC3 & )

Sets the local center position.


CONFIDENTIAL