A* Pathfinding Project
3.8.5
The A* Pathfinding Project for Unity 3D
|
This is the complete list of members for PointKDTree, including all inherited members.
Add(GraphNode node) | PointKDTree | |
Add(GraphNode point, int index, int depth=0) | PointKDTree | private |
Build(int index, List< GraphNode > nodes, int start, int end) | PointKDTree | private |
CollectAndClear(int index, List< GraphNode > buffer) | PointKDTree | private |
comparers | PointKDTree | privatestatic |
Draw(int index, Int3 mn, Int3 mx, int depth=0) | PointKDTree | private |
EnsureSize(int index) | PointKDTree | private |
GetInRange(Int3 point, long sqrRadius, List< GraphNode > buffer) | PointKDTree | |
GetInRangeInternal(int index, Int3 point, long sqrRadius, List< GraphNode > buffer) | PointKDTree | private |
GetNearest(Int3 point, NNConstraint constraint) | PointKDTree | |
GetNearestInternal(int index, Int3 point, NNConstraint constraint, ref GraphNode best, ref long bestSqrDist) | PointKDTree | private |
GetOrCreateList() | PointKDTree | private |
largeList | PointKDTree | private |
LeafSize | PointKDTree | static |
listCache | PointKDTree | private |
MaxAllowedSize(int numNodes, int depth) | PointKDTree | privatestatic |
numNodes | PointKDTree | private |
OnDrawGizmos() | PointKDTree | |
PointKDTree() | PointKDTree | |
Rebalance(int index) | PointKDTree | private |
Rebuild(GraphNode[] nodes, int start, int end) | PointKDTree | |
Size(int index) | PointKDTree | private |
tree | PointKDTree | private |