Struct Node

Private

Node in a quadtree for storing RVO agents.

See

Pathfinding.GraphNode for the node class that is used for pathfinding data.

Public Methods

Add (agent)
Public
CalculateMaxSpeed (nodes, index)
Public
Distribute (nodes, xcenter, ycenter, zcenter)

Distribute the agents in this node among the children.

Public

Public Variables

child00
Public
count
Public
linkedList
Public
maxSpeed

Maximum speed of all agents inside this node.

Public