Home
last modified time | relevance | path

Searched refs:GetOrientedBoundingBox (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResShape.h302 nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() in NW_RES_CTOR_INHERIT()
310 const nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() const in GetOrientedBoundingBox() function
324 return this->GetOrientedBoundingBox().ref(); in GetOrientedBoundingBoxData()
329 return this->GetOrientedBoundingBox().ref(); in GetOrientedBoundingBoxData()
357 …const nw::math::VEC3& GetCenterPosition() const { return this->GetOrientedBoundingBox().GetCenterP… in NW_RES_FIELD_VECTOR3_DECL()
366 …void SetCenterPosition( f32 x, f32 y, f32 z ) { return this->GetOrientedBoundingBox().SetCenterPos… in SetCenterPosition()
373 …void SetCenterPosition(const nw::math::VEC3& value) { return this->GetOrientedBoundingBox().SetCen… in SetCenterPosition()