Constructor PointD
PointD(double, double)
Initializes a new instance of the PointD class with the specified coordinates.
public PointD(double x, double y)
Parameters
PointD(double)
Initializes a new instance of the PointD class with the specified coordinate.
public PointD(double xy)
Parameters
xy
double
PointD(Vector2)
public PointD(Vector2 vector)
Parameters
vector
Vector2