Uses of Class
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S
-
Packages that use RegionBSPTree1S Package Description org.apache.commons.geometry.spherical.oned This package provides basic geometry components on the 1-sphere.org.apache.commons.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of RegionBSPTree1S in org.apache.commons.geometry.spherical.oned
Methods in org.apache.commons.geometry.spherical.oned that return RegionBSPTree1S Modifier and Type Method Description RegionBSPTree1S
RegionBSPTree1S. copy()
Return a deep copy of this instance.static RegionBSPTree1S
RegionBSPTree1S. empty()
Return a new, empty BSP tree.static RegionBSPTree1S
RegionBSPTree1S. fromInterval(AngularInterval interval)
Return a new BSP tree representing the same region as the given angular interval.static RegionBSPTree1S
RegionBSPTree1S. full()
Return a new, full BSP tree.RegionBSPTree1S
AngularInterval. toTree()
Return aRegionBSPTree1S
instance representing the same region as this instance.Methods in org.apache.commons.geometry.spherical.oned that return types with arguments of type RegionBSPTree1S Modifier and Type Method Description Split<RegionBSPTree1S>
AngularInterval. split(Hyperplane<Point1S> splitter)
Split this instance with the given hyperplane.Split<RegionBSPTree1S>
RegionBSPTree1S. split(Hyperplane<Point1S> splitter)
Split this instance with the given hyperplane.Split<RegionBSPTree1S>
RegionBSPTree1S. splitDiameter(CutAngle splitter)
Split the instance along a circle diameter.The diameter is defined by the given split point and its reversed antipodal point.Methods in org.apache.commons.geometry.spherical.oned with parameters of type RegionBSPTree1S Modifier and Type Method Description private static void
RegionBSPTree1S. safeUnion(RegionBSPTree1S target, RegionBSPTree1S input)
Perform a union operation withtarget
andinput
, storing the result intarget
; does nothing ifinput
is null. -
Uses of RegionBSPTree1S in org.apache.commons.geometry.spherical.twod
Fields in org.apache.commons.geometry.spherical.twod declared as RegionBSPTree1S Modifier and Type Field Description private RegionBSPTree1S
EmbeddedTreeGreatCircleSubset. region
The 1D region on the great circle.Methods in org.apache.commons.geometry.spherical.twod that return RegionBSPTree1S Modifier and Type Method Description RegionBSPTree1S
EmbeddedTreeGreatCircleSubset. getSubspaceRegion()
Get the embedded subspace region.Constructors in org.apache.commons.geometry.spherical.twod with parameters of type RegionBSPTree1S Constructor Description EmbeddedTreeGreatCircleSubset(GreatCircle circle, RegionBSPTree1S region)
Construct a new instance from its defining great circle and subspace region.
-