nw::ut::ResAxisAlignedBoundingBox::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 central coordinate of AABB.
SetCenterPosition ( const nw::math::VEC3 & )

Description of SetCenterPosition ( f32, f32, f32 )

Sets the central coordinate of AABB.

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


CONFIDENTIAL