Uses of Class
org.apache.commons.geometry.core.internal.IteratorTransform
Packages that use IteratorTransform
Package
Description
This package contains classes related to Binary Space Partitioning (BSP) trees.
-
Uses of IteratorTransform in org.apache.commons.geometry.core.partitioning.bsp
Subclasses of IteratorTransform in org.apache.commons.geometry.core.partitioning.bspModifier and TypeClassDescriptionprivate static final class
AbstractRegionBSPTree.RegionBoundaryIterator<P extends Point<P>,
C extends HyperplaneConvexSubset<P>, N extends AbstractRegionBSPTree.AbstractRegionNode<P, N>> Class that iterates over the boundary hyperplane convex subsets from a set of region nodes.