The OpenD Programming Language

Bounds.this

Constructor taking the x and y limits

  1. this(double my_min_x, double my_max_x, double my_min_y, double my_max_y)
    struct Bounds
    this
    (
    double my_min_x
    ,
    double my_max_x
    ,
    double my_min_y
    ,
    double my_max_y
    )
  2. this(string value)

Meta