PixelLightAPI
.
|
#include <Quadtree.h>
Public Member Functions | |
PLMATH_API | QuadtreePatch () |
Constructor. | |
virtual PLMATH_API | ~QuadtreePatch () |
Destructor. | |
PLMATH_API bool | IsVisible () const |
Returns whether the patch is currently visible or not. | |
PLMATH_API void | SetVisible (bool bVisible=true) |
Sets whether the patch is currently visible or not. | |
PLMATH_API Vector3 & | GetBBMin () |
Returns the bounding box minimum coordinate. | |
PLMATH_API Vector3 & | GetBBMax () |
Returns the bounding box maximum coordinate. | |
Public Attributes | |
bool | m_bVisible |
Vector3 | m_vBoundingBox [2] |
Quadtree patch.
PLMATH_API PLMath::QuadtreePatch::QuadtreePatch | ( | ) |
Constructor.
virtual PLMATH_API PLMath::QuadtreePatch::~QuadtreePatch | ( | ) | [virtual] |
Destructor.
PLMATH_API bool PLMath::QuadtreePatch::IsVisible | ( | ) | const |
Returns whether the patch is currently visible or not.
PLMATH_API void PLMath::QuadtreePatch::SetVisible | ( | bool | bVisible = true | ) |
Sets whether the patch is currently visible or not.
[in] | bVisible | Should the patch be visible? |
PLMATH_API Vector3& PLMath::QuadtreePatch::GetBBMin | ( | ) |
Returns the bounding box minimum coordinate.
PLMATH_API Vector3& PLMath::QuadtreePatch::GetBBMax | ( | ) |
Returns the bounding box maximum coordinate.
Is the quadtree visible?
Quadtree bounding box (min/max)
|