Point

Constructors

this
this(double my_x, double my_y)
Undocumented in source.
this
this(string value)
Undocumented in source.

Members

Functions

opEquals
bool opEquals(Point point)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
double x;
Undocumented in source.
y
double y;
Undocumented in source.

Meta