Class RegionBSPTree1S.BoundaryPair
- java.lang.Object
-
- org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.BoundaryPair
-
- Enclosing class:
- RegionBSPTree1S
private static final class RegionBSPTree1S.BoundaryPair extends java.lang.Object
Internal class containing pairs of interval boundaries.
-
-
Constructor Summary
Constructors Constructor Description BoundaryPair(CutAngle min, CutAngle max)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CutAngle
getMax()
Get the maximum boundary hyperplane.CutAngle
getMin()
Get the minimum boundary hyperplane.double
getMinValue()
Get the minimum value of the interval or zero if no minimum value exists.
-
-
-
Method Detail
-
getMin
public CutAngle getMin()
Get the minimum boundary hyperplane.- Returns:
- the minimum boundary hyperplane.
-
getMax
public CutAngle 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.
-
-