Class RegionBSPTree1S.BoundaryPair

java.lang.Object
org.apache.commons.geometry.spherical.oned.RegionBSPTree1S.BoundaryPair
Enclosing class:
RegionBSPTree1S

private static final class RegionBSPTree1S.BoundaryPair extends Object
Internal class containing pairs of interval boundaries.
  • Field Details

    • min

      private final CutAngle min
      The min boundary.
    • max

      private final CutAngle max
      The max boundary.
  • Constructor Details

    • BoundaryPair

      BoundaryPair(CutAngle min, CutAngle max)
      Simple constructor.
      Parameters:
      min - min boundary hyperplane
      max - max boundary hyperplane
  • Method Details

    • 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.