Class RVOQuadtree
Public
Quadtree for quick nearest neighbour search of rvo agents.
Inner Types
Public Methods
CalculateSpeeds
()
Public
Clear
()
Removes all agents from the tree.
Public
DebugDraw
()
Public
Insert
(agent)
Add a new agent to the tree.
Public
Query
(p, speed, timeHorizon, agentRadius, agent)
Public
SetBounds
(r)
Public
Private/Protected Members
DebugDrawRec
(i, r)
Private
GetNodeIndex
()
Private
LeafSize
Private
Static
bounds
Private
filledNodes
Private
maxRadius
Private
nodes
Private