Class EndingConditionProximity Extends ABPathEndingCondition
    Public
    
    Ending condition which stops a fixed distance from the target point.
Public Methods
        
                EndingConditionProximity
        
                (p, maxDistance)
    
                    
                    
                        Public
                    
                
        
                TargetFound
        
                (node, H, G)
    
                    
                    Has the ending condition been fulfilled.
                        Public
                    
                Public Variables
        
                maxDistance
        
    
                    
                    Maximum world distance to the target node before terminating the path.
                        Public