Uses of Class
org.apache.commons.geometry.core.partitioning.bsp.RegionCutBoundary
Packages that use RegionCutBoundary
Package
Description
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 RegionCutBoundaryModifier and TypeFieldDescriptionprivate RegionCutBoundary<P> AbstractRegionBSPTree.AbstractRegionNode.cutBoundaryObject 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 RegionCutBoundaryModifier and TypeMethodDescriptionprivate RegionCutBoundary<P> AbstractRegionBSPTree.AbstractRegionNode.computeBoundary()Compute the portion of the node's cut that lies on the boundary of the region.AbstractRegionBSPTree.AbstractRegionNode.getCutBoundary()Get the portion of the node's cut that lies on the boundary of the region.