Uses of Class
org.apache.commons.geometry.spherical.twod.RegionBSPTree2S
Packages that use RegionBSPTree2S
Package
Description
This package provides basic geometry components on the 2-sphere.
-
Uses of RegionBSPTree2S in org.apache.commons.geometry.spherical.twod
Methods in org.apache.commons.geometry.spherical.twod that return RegionBSPTree2SModifier and TypeMethodDescriptionRegionBSPTree2S.copy()
Return a deep copy of this instance.static RegionBSPTree2S
RegionBSPTree2S.empty()
Return a new, empty BSP tree.static RegionBSPTree2S
Construct a new tree from the given boundaries.static RegionBSPTree2S
Construct a new tree from the given boundaries.static RegionBSPTree2S
RegionBSPTree2S.full()
Return a new, full BSP tree.default RegionBSPTree2S
BoundarySource2S.toTree()
Return a BSP tree constructed from the boundaries contained in this instance.ConvexArea2S.toTree()
Return a BSP tree representing the same region as this instance.RegionBSPTree2S.toTree()
Return the current instance.Methods in org.apache.commons.geometry.spherical.twod that return types with arguments of type RegionBSPTree2SModifier and TypeMethodDescriptionRegionBSPTree2S.split
(Hyperplane<Point2S> splitter) Split this instance with the given hyperplane.