Uses of Class
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.BoundaryPair
-
Packages that use RegionBSPTree1S.BoundaryPair Package Description org.apache.commons.geometry.spherical.oned 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.BoundaryPair Modifier and Type Field Description private static java.util.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.BoundaryPair Modifier and Type Method Description private 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.BoundaryPair Modifier and Type Method Description private 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.BoundaryPair Modifier and Type Method Description private int
RegionBSPTree1S. getIntervalStartIndex(java.util.List<RegionBSPTree1S.BoundaryPair> boundaryPairs)
Get the index that should be used as the starting point for combining adjacent boundary pairs into contiguous intervals.
-