X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Ax3.h;h=bd66173a1cb40ca97d1af5da5caae64cc523712e;hb=aa48919bb1ecb71f07d9ac5fcd1bad170e7ed547;hp=67bde43efd50a2b1e331ffe33202901c295e5df9;hpb=f15802c13f98af8d10e7b81cbd4506d3b486da59;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Ax3.h b/src/GeomAPI/GeomAPI_Ax3.h index 67bde43ef..bd66173a1 100644 --- a/src/GeomAPI/GeomAPI_Ax3.h +++ b/src/GeomAPI/GeomAPI_Ax3.h @@ -25,11 +25,9 @@ public: /// Ñonstructor /// \param theOrigin point of origin /// \param theDirX direction of X axis - /// \param theDirY direction of Y axis /// \param theNorm direction of normal vector GeomAPI_Ax3(std::shared_ptr theOrigin, std::shared_ptr theDirX, - std::shared_ptr theDirY, std::shared_ptr theNorm); /// Sets origin point