Uses of Class
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.BoundaryPair
Packages that use RegionBSPTree1S.BoundaryPair
Package
Description
This package provides basic geometry components on the 1-sphere.
-
Uses of RegionBSPTree1S.BoundaryPair in org.apache.commons.geometry.spherical.oned
Fields in org.apache.commons.geometry.spherical.oned with type parameters of type RegionBSPTree1S.BoundaryPairModifier and TypeFieldDescriptionprivate static final Comparator
<RegionBSPTree1S.BoundaryPair> RegionBSPTree1S.BOUNDARY_PAIR_COMPARATOR
Comparator used to sort BoundaryPairs by ascending azimuth.Methods in org.apache.commons.geometry.spherical.oned that return RegionBSPTree1S.BoundaryPairModifier and TypeMethodDescriptionprivate RegionBSPTree1S.BoundaryPair
RegionBSPTree1S.getNodeBoundaryPair
(RegionBSPTree1S.RegionNode1S node) Return the min/max boundary pair for the convex region represented by the given node.Methods in org.apache.commons.geometry.spherical.oned with parameters of type RegionBSPTree1S.BoundaryPairModifier and TypeMethodDescriptionprivate AngularInterval
RegionBSPTree1S.createInterval
(RegionBSPTree1S.BoundaryPair start, RegionBSPTree1S.BoundaryPair end) Create an interval instance from the min boundary from the start boundary pair and the max boundary from the end boundary pair.Method parameters in org.apache.commons.geometry.spherical.oned with type arguments of type RegionBSPTree1S.BoundaryPairModifier and TypeMethodDescriptionprivate int
RegionBSPTree1S.getIntervalStartIndex
(List<RegionBSPTree1S.BoundaryPair> boundaryPairs) Get the index that should be used as the starting point for combining adjacent boundary pairs into contiguous intervals.