计算曲线周围的一点到曲线上的最近点
McGePoint2d closestPointTo(const McGePoint2d& pnt, const McGeTol& tol = McGeContext::gTol, bool* pOk = NULL) const;
返回最近点
McGeCurve2d 方法