The OpenD Programming Language

Point.this

Constructor taking a string holding the x and y value separated by a comma

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

Meta