Class Range2D


  • public class Range2D
    extends java.lang.Object
    Represents a 2D rectangular range.
    Author:
    Richard Morris
    • Constructor Summary

      Constructors 
      Constructor Description
      Range2D​(double xmin, double xmax, double ymin, double ymax)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Range2D

        public Range2D​(double xmin,
                       double xmax,
                       double ymin,
                       double ymax)
        Parameters:
        xmin -
        xmax -
        ymin -
        ymax -