Constructs a 2D position object that has the specified coordinates.
Public Sub New( x As double, y As double )
public Position2d( double x, double y );