Uses of Class
org.apache.commons.geometry.euclidean.oned.RegionBSPTree1D.BoundaryPair
-
Packages that use RegionBSPTree1D.BoundaryPair Package Description org.apache.commons.geometry.euclidean.oned This package provides basic 1D geometry components. -
-
Uses of RegionBSPTree1D.BoundaryPair in org.apache.commons.geometry.euclidean.oned
Fields in org.apache.commons.geometry.euclidean.oned with type parameters of type RegionBSPTree1D.BoundaryPair Modifier and Type Field Description private static java.util.Comparator<RegionBSPTree1D.BoundaryPair>
RegionBSPTree1D. BOUNDARY_PAIR_COMPARATOR
Comparator used to sort BoundaryPairs by ascending location.Methods in org.apache.commons.geometry.euclidean.oned with parameters of type RegionBSPTree1D.BoundaryPair Modifier and Type Method Description private Interval
RegionBSPTree1D. createInterval(RegionBSPTree1D.BoundaryPair start, RegionBSPTree1D.BoundaryPair end)
Create an interval instance from the min boundary from the start boundary pair and the max boundary from the end boundary pair.
-