void SetCenterPosition(
f32 x,
f32 y,
f32 z
);
void SetCenterPosition(
const nw::math::VEC3 & value
);
| SetCenterPosition ( f32, f32, f32 ) | Sets the central coordinate of AABB. |
| SetCenterPosition ( const nw::math::VEC3 & ) |
SetCenterPosition ( f32, f32, f32 )Sets the central coordinate of AABB.
CONFIDENTIAL