X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FGeomAPI%2FGeomAPI_Lin2d.h;h=10089d67a73b72890aece0daa93081b0f8f103d5;hb=d22fc665c79c31c9eea0625e04c2e941adfdf7be;hp=82afee29a65d5be5a13f8a49538e03b32f001f2b;hpb=cd9217d7e87997ec8bc150a6d8c389e742ca0f84;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Lin2d.h b/src/GeomAPI/GeomAPI_Lin2d.h index 82afee29a..10089d67a 100644 --- a/src/GeomAPI/GeomAPI_Lin2d.h +++ b/src/GeomAPI/GeomAPI_Lin2d.h @@ -35,6 +35,9 @@ class GEOMAPI_EXPORT GeomAPI_Lin2d : public GeomAPI_Interface const boost::shared_ptr& thePoint) const; /// Computes the cross product of the line direction and a vector from the line start point to the point bool isRight(const boost::shared_ptr& thePoint) const; + + /// Returns a location point shifted on theShift in perpendicular direction + boost::shared_ptr shiftedLocation(double theShift) const; }; #endif