Constructor for the OdGePoint3d class.
Constructs a 3D point by the formula:
p + uAxis * pnt2d.x + vAxis * pnt2d.y,
where p, uAxis, and vAxis are returned by the function call plane.get (p, uAxis, vAxis);