Class Bounds


  • public class Bounds
    extends java.lang.Object
    • Field Detail

      • AZIMUTH

        public static final Bounds AZIMUTH
      • ELEVATION

        public static final Bounds ELEVATION
      • ZERO

        public static final Bounds ZERO
    • Constructor Detail

      • Bounds

        public Bounds​(double constant)
      • Bounds

        public Bounds​(double min,
                      double max)
      • Bounds

        public Bounds​(double min,
                      double max,
                      boolean bounded)
    • Method Detail

      • bounds

        public static Bounds bounds​(double min,
                                    double max)
      • getMax

        public double getMax()
      • getMin

        public double getMin()
      • isBounded

        public boolean isBounded()
      • contains

        public boolean contains​(double value)
      • isConstant

        public boolean isConstant()
      • contains

        public boolean contains​(Bounds bounds)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object