Uses of Class
org.apache.commons.geometry.euclidean.oned.RegionBSPTree1D.BoundaryPair
Packages that use RegionBSPTree1D.BoundaryPair
Package
Description
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.BoundaryPairModifier and TypeFieldDescriptionprivate static final Comparator<RegionBSPTree1D.BoundaryPair> RegionBSPTree1D.BOUNDARY_PAIR_COMPARATORComparator used to sort BoundaryPairs by ascending location.Methods in org.apache.commons.geometry.euclidean.oned with parameters of type RegionBSPTree1D.BoundaryPairModifier and TypeMethodDescriptionprivate IntervalRegionBSPTree1D.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.