Sets the parameters for this point according to the arguments
Returns a reference to this point.
plane and pnt2d define a point as follows:
p + uAxis * point.x + vAxis * point.y,
where p, uAxis, and vAxis are returned by the function call plane.get (p, uAxis, vAxis);