HQuadTree

Functions

HQuadTree

~HQuadTree

HQuadtreeInsertStatus

Insert

Detailed Description

class HQuadTree : public HQuadTreeNode

Public Functions

inline HQuadTree(float Left = -1.0f, float Bottom = -1.0, float Right = 1.0f, float Top = 1.0f, int MaxDepth = 0, bool AllowOverlap = true, bool CopyItems = false)
inline ~HQuadTree()
inline HQuadtreeInsertStatus Insert(HQuadTreeItem *item)