X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Lin2d.h;h=2344648ea230aeb51b2471e89522e75494b007df;hb=6a74c9552a6deed91fa0f00eb4d1996d788b6bd3;hp=32f55d3ed79d08a8fe9e76f173405a83f953cd00;hpb=81dad1acf409fa5e71090501bc1aa7e0b7d80cde;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Lin2d.h b/src/GeomAPI/GeomAPI_Lin2d.h index 32f55d3ed..2344648ea 100644 --- a/src/GeomAPI/GeomAPI_Lin2d.h +++ b/src/GeomAPI/GeomAPI_Lin2d.h @@ -31,6 +31,8 @@ public: const boost::shared_ptr intersect(const boost::shared_ptr& theLine) const; /// Project point on line const boost::shared_ptr project(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 + double crossed(const boost::shared_ptr& thePoint) const; }; #endif