X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAPI%2FGeomAPI_Ax3.h;h=589fbf70dd4f8ba79c556f696ace79c7e780ecfa;hb=124fc0a11b2b9d601b73b9a60f3541e8b47b910b;hp=df7ef774d1454c9afc009a92307f6632d26a5bf3;hpb=a3508b5b0db5dd5857049f3f046bd628030d9bb9;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Ax3.h b/src/GeomAPI/GeomAPI_Ax3.h index df7ef774d..589fbf70d 100644 --- a/src/GeomAPI/GeomAPI_Ax3.h +++ b/src/GeomAPI/GeomAPI_Ax3.h @@ -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& theNorm); + void setNormal(const std::shared_ptr& theNorm); /// Returns Z direction vector GEOMAPI_EXPORT - std::shared_ptr norm() const; + std::shared_ptr normal() const; /// Converts 2d coordinates from the plane to 3d space point /// \param theX X coordinate