Salome HOME
Improve removing point-point coincidence (issue #1548)
[modules/shaper.git] / src / GeomAPI / GeomAPI_Ax3.h
index df7ef774d1454c9afc009a92307f6632d26a5bf3..589fbf70dd4f8ba79c556f696ace79c7e780ecfa 100644 (file)
@@ -23,7 +23,7 @@ public:
   GEOMAPI_EXPORT 
   GeomAPI_Ax3();
 
-  /// Ñonstructor
+  /// Constructor
   /// \param theOrigin point of origin
   /// \param theDirX direction of X axis
   /// \param theNorm direction of normal vector
@@ -58,11 +58,11 @@ public:
 
   /// Sets Z direction vector
   GEOMAPI_EXPORT 
-  void setNorm(const std::shared_ptr<GeomAPI_Dir>& theNorm);
+  void setNormal(const std::shared_ptr<GeomAPI_Dir>& theNorm);
 
   /// Returns Z direction vector
   GEOMAPI_EXPORT 
-  std::shared_ptr<GeomAPI_Dir> norm() const;
+  std::shared_ptr<GeomAPI_Dir> normal() const;
 
   /// Converts 2d coordinates from the plane to 3d space point
   /// \param theX X coordinate