X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Circ.h;fp=src%2FGeomAPI%2FGeomAPI_Circ.h;h=32cac89686e2ee8ebb7e5a0b2054cf773c4bb3fd;hb=de65be6c9f19bdf26ecb91fd3afd51c4d54e8d4a;hp=3791071dd0e35890be5ba40bfa916de0294b32cc;hpb=38a503cd21409d05639a2508de05b5065f1805fa;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Circ.h b/src/GeomAPI/GeomAPI_Circ.h index 3791071dd..32cac8968 100644 --- a/src/GeomAPI/GeomAPI_Circ.h +++ b/src/GeomAPI/GeomAPI_Circ.h @@ -51,8 +51,9 @@ class GeomAPI_Circ : public GeomAPI_Interface * at a distance less than the tolerance value. Return FALSE if the point * is beyond the tolerance limit or if computation fails. * Max Tolerance value is currently limited to 1.e-4 - * \param[in] theOrigin point of origin. - * \param[in] theDir direction of axis. + * \param[in] thePoint point of origin. + * \param[in] theTolerance tolerance of computation. + * \param[out] theParameter resulting parameter. */ GEOMAPI_EXPORT const bool parameter(const std::shared_ptr thePoint, const double theTolerance,