Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResShape.h270 nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() in NW_RES_CTOR_INHERIT()
278 const nw::ut::ResOrientedBoundingBox GetOrientedBoundingBox() const in GetOrientedBoundingBox() function
292 return this->GetOrientedBoundingBox().ref(); in GetOrientedBoundingBoxData()
297 return this->GetOrientedBoundingBox().ref(); in GetOrientedBoundingBoxData()
325 …const nw::math::VEC3& GetCenterPosition() const { return this->GetOrientedBoundingBox().GetCenterP… in NW_RES_FIELD_VECTOR3_DECL()
334 …void SetCenterPosition( f32 x, f32 y, f32 z ) { return this->GetOrientedBoundingBox().SetCenterPos… in SetCenterPosition()
341 …void SetCenterPosition(const nw::math::VEC3& value) { return this->GetOrientedBoundingBox().SetCen… in SetCenterPosition()