Octree

constructor(bounds: BoundingBox, depth: Int, entryStrategy: (N) -> BoundingBox)(source)
constructor(maxDepth: Int = DEFAULT_MAX_DEPTH, maxEntries: Int = DEFAULT_MAX_ENTRIES, bounds: BoundingBox, depth: Int, entryStrategy: (N) -> BoundingBox)(source)