Uses of Class
org.apache.commons.geometry.core.internal.IteratorTransform
-
Packages that use IteratorTransform Package Description org.apache.commons.geometry.core.partitioning.bsp 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.bsp Modifier and Type Class Description private static 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.
-