Class Octree
-
-
Constructor Summary
Constructors Constructor Description Octree(Integer maxDepth, Integer maxEntries, BoundingBox bounds, Integer depth, Function1<N, BoundingBox> entryStrategy)Octree(BoundingBox bounds, Integer depth, Function1<N, BoundingBox> entryStrategy)
-
Method Summary
-
-
Constructor Detail
-
Octree
Octree(Integer maxDepth, Integer maxEntries, BoundingBox bounds, Integer depth, Function1<N, BoundingBox> entryStrategy)
-
Octree
Octree(BoundingBox bounds, Integer depth, Function1<N, BoundingBox> entryStrategy)
-
-
-
-