Constructs 2d-point with coordinates x and y.
Public Sub New( x As double, y As double )
public Point2d( double x, double y );