]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Lin2d.h
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomAPI / GeomAPI_Lin2d.h
index 7aef4793773b048eb126e8bc9ab98cd2d163073b..91cc546b71a224c1d12e346ae7d9c8c29fd8f3ed 100644 (file)
@@ -53,7 +53,8 @@ class GeomAPI_Lin2d : public GeomAPI_Interface
   GEOMAPI_EXPORT 
   const std::shared_ptr<GeomAPI_Pnt2d> project(
       const std::shared_ptr<GeomAPI_Pnt2d>& thePoint) const;
-  /// Computes the cross product of the line direction and a vector from the line start point to the point
+  /// Computes the cross product of the line direction and a vector 
+  /// from the line start point to the point
   GEOMAPI_EXPORT 
   bool isRight(const std::shared_ptr<GeomAPI_Pnt2d>& thePoint) const;