X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Dir.h;fp=src%2FGeomAPI%2FGeomAPI_Dir.h;h=a3e49f90760d12dca01f62e7ffeb3443d81375b4;hb=4507796772cdf8f63bc0bdb452b5013094fe7036;hp=4c4c007af06c85afaae77036e92a29545423996f;hpb=506e4ffc104851532c7ba39e50d492a6f6ca5ee6;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Dir.h b/src/GeomAPI/GeomAPI_Dir.h index 4c4c007af..a3e49f907 100644 --- a/src/GeomAPI/GeomAPI_Dir.h +++ b/src/GeomAPI/GeomAPI_Dir.h @@ -41,6 +41,9 @@ class GeomAPI_Dir : public GeomAPI_Interface GEOMAPI_EXPORT const std::shared_ptr xyz(); + /// inverses the direction + GEOMAPI_EXPORT void reverse(); + /// result is a scalar product of directions GEOMAPI_EXPORT double dot(const std::shared_ptr& theArg) const;