Salome HOME
Merge branch 'Dev_1.2.0' of newgeom:newgeom into Dev_1.2.0
[modules/shaper.git] / src / GeomAPI / GeomAPI_Ax3.h
index 67bde43efd50a2b1e331ffe33202901c295e5df9..bd66173a1cb40ca97d1af5da5caae64cc523712e 100644 (file)
@@ -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<GeomAPI_Pnt> theOrigin,
               std::shared_ptr<GeomAPI_Dir> theDirX,
-              std::shared_ptr<GeomAPI_Dir> theDirY,
               std::shared_ptr<GeomAPI_Dir> theNorm);
 
   /// Sets origin point