The OpenD Programming Language

AdaptiveBounds.this

Constructor taking x and y limits

  1. this(string str)
  2. this(double my_min_x, double my_max_x, double my_min_y, double my_max_y)
    struct AdaptiveBounds
    this
    (
    double my_min_x
    ,
    double my_max_x
    ,
    double my_min_y
    ,
    double my_max_y
    )
  3. this(Bounds bnds)

Meta