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