Code

Snapping: improve calculation of metrics for scaling, modify some comments, and remov...
[inkscape.git] / src / mod360.h
index 378efab4b2c5775e9ef86e1f3e4adf7182a60b3b..0a8a91e98d42268b8d26fc551b00a8158e05ae2e 100644 (file)
@@ -2,6 +2,7 @@
 #define SEEN_MOD360_H
 
 double mod360(double const x);
+double mod360symm (double const x);
 
 #endif /* !SEEN_MOD360_H */
 
@@ -14,4 +15,4 @@ double mod360(double const x);
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :