OctreeBlock<T> constructor
OctreeBlock<T> ()
Implementation
external OctreeBlock(Vector3 minPoint, Vector3 maxPoint, num capacity, num depth, num maxDepth, void Function(T entry, OctreeBlock<T> block) creationFunc);