Uses of Class
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S
Packages that use RegionBSPTree1S
Package
Description
This package provides basic geometry components on the 1-sphere.
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 RegionBSPTree1SModifier and TypeMethodDescriptionRegionBSPTree1S.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.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 RegionBSPTree1SModifier and TypeMethodDescriptionAngularInterval.split
(Hyperplane<Point1S> splitter) Split this instance with the given hyperplane.RegionBSPTree1S.split
(Hyperplane<Point1S> splitter) Split this instance with the given hyperplane.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 RegionBSPTree1SModifier and TypeMethodDescriptionprivate 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 RegionBSPTree1SModifier and TypeFieldDescriptionprivate final RegionBSPTree1S
EmbeddedTreeGreatCircleSubset.region
The 1D region on the great circle.Methods in org.apache.commons.geometry.spherical.twod that return RegionBSPTree1SModifier and TypeMethodDescriptionEmbeddedTreeGreatCircleSubset.getSubspaceRegion()
Get the embedded subspace region.Constructors in org.apache.commons.geometry.spherical.twod with parameters of type RegionBSPTree1SModifierConstructorDescriptionEmbeddedTreeGreatCircleSubset
(GreatCircle circle, RegionBSPTree1S region) Construct a new instance from its defining great circle and subspace region.