Uses of Class
org.apache.commons.geometry.core.partitioning.bsp.RegionCutBoundary
-
Packages that use RegionCutBoundary Package Description org.apache.commons.geometry.core.partitioning.bsp This package contains classes related to Binary Space Partitioning (BSP) trees. -
-
Uses of RegionCutBoundary in org.apache.commons.geometry.core.partitioning.bsp
Fields in org.apache.commons.geometry.core.partitioning.bsp declared as RegionCutBoundary Modifier and Type Field Description private RegionCutBoundary<P>
AbstractRegionBSPTree.AbstractRegionNode. cutBoundary
Object representing the part of the node cut hyperplane subset that lies on the region boundary.Methods in org.apache.commons.geometry.core.partitioning.bsp that return RegionCutBoundary Modifier and Type Method Description private RegionCutBoundary<P>
AbstractRegionBSPTree.AbstractRegionNode. computeBoundary()
Compute the portion of the node's cut that lies on the boundary of the region.RegionCutBoundary<P>
AbstractRegionBSPTree.AbstractRegionNode. getCutBoundary()
Get the portion of the node's cut that lies on the boundary of the region.
-