Octree<T> constructor

Octree<T>(
  1. void creationFunc(
    1. T entry,
    2. OctreeBlock<T> block
    ), [
  2. num maxBlockCapacity,
  3. num maxDepth
])

Implementation

external Octree(void Function(T entry, OctreeBlock<T> block) creationFunc, [num maxBlockCapacity, num maxDepth]);