Pathfinding.PointKDTree.Rebalance C# (CSharp) Method

Rebalance() public method

public Rebalance ( int index ) : void
index int
return void
		void Rebalance (int index) {
			CollectAndClear(index, largeList);
			Build(index, largeList, 0, largeList.Count);
			largeList.ClearFast();
		}