The OpenD Programming Language

Point.this

Constructor taking x and y value

  1. this(double my_x, double my_y)
    struct Point
    this
    (
    double my_x
    ,
    double my_y
    )
  2. this(string value)

Meta