X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Ax3.h;h=613513a46d7db7fdcf19b7e366d1e4cf2af38c35;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=df7ef774d1454c9afc009a92307f6632d26a5bf3;hpb=a3508b5b0db5dd5857049f3f046bd628030d9bb9;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Ax3.h b/src/GeomAPI/GeomAPI_Ax3.h index df7ef774d..613513a46 100644 --- a/src/GeomAPI/GeomAPI_Ax3.h +++ b/src/GeomAPI/GeomAPI_Ax3.h @@ -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