]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomAPI/GeomAPI_Angle.h
Salome HOME
Issue #1834: Fix length of lines
[modules/shaper.git] / src / GeomAPI / GeomAPI_Angle.h
index f926ba9124ee0ee02453216538d18114e9d4af0c..8d87433519904b43f70e5afeba94cc63c25e1e9f 100644 (file)
@@ -47,7 +47,8 @@ public:
   GEOMAPI_EXPORT double angleRadian();
 
   /// Returns \c true if the line is reversed during angle calculation.
-  /// If theIndex = 0, the result corresponds to the first line, if theIndex = 1, the to the second line
+  /// If theIndex = 0, the result corresponds to the first line,
+  /// if theIndex = 1, the to the second line
   GEOMAPI_EXPORT bool isReversed(int theIndex);
 };