Class RegionBSPTree1S.BoundaryPair
java.lang.Object
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.BoundaryPair
- Enclosing class:
RegionBSPTree1S
Internal class containing pairs of interval boundaries.
-
Field Details
-
min
The min boundary. -
max
The max boundary.
-
-
Constructor Details
-
BoundaryPair
Simple constructor.- Parameters:
min
- min boundary hyperplanemax
- max boundary hyperplane
-
-
Method Details
-
getMin
Get the minimum boundary hyperplane.- Returns:
- the minimum boundary hyperplane.
-
getMax
Get the maximum boundary hyperplane.- Returns:
- the maximum boundary hyperplane.
-
getMinValue
public double getMinValue()Get the minimum value of the interval or zero if no minimum value exists.- Returns:
- the minimum value of the interval or zero if no minimum value exists.
-