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, r)
    
                
                Distribute the agents in this node among the children.
                    Public
                
            Public Variables
        
                child00
        
    
                
                
                    Public
                
            
        
                child01
        
    
                
                
                    Public
                
            
        
                child10
        
    
                
                
                    Public
                
            
        
                child11
        
    
                
                
                    Public
                
            
        
                count
        
    
                
                
                    Public
                
            
        
                linkedList
        
    
                
                
                    Public
                
            
        
                maxSpeed
        
    
                
                Maximum speed of all agents inside this node.
                    Public