Class BBTree Extends IAstarPooledObject
Axis Aligned Bounding Box Tree.
Holds a bounding box tree of triangles.
A* Pro Feature:
This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here
Inner Types
Public Methods
Clear the tree.
Queries the tree for the closest node to p constrained by the NNConstraint.
Queries the tree for the closest node to p constrained by the NNConstraint trying to improve an existing solution.
Queries the tree for the closest node to p constrained by the NNConstraint trying to improve an existing solution.
Searches for a node which contains the specified point.
Rebuilds the tree using the specified nodes.
Public Variables
Private/Protected Members
Orders the box indices first and second by the approximate distance to the point p.
Calculates the bounding box in XZ space of all nodes between from (inclusive) and to (exclusive)
Returns true if p is within radius from r.
Returns distance from p to the rectangle r.
Holds all tree nodes.