Code

Node tool: fix handle retraction with non-cusp nodes
[inkscape.git] / src / mod360.h
1 #ifndef SEEN_MOD360_H
2 #define SEEN_MOD360_H
4 double mod360(double const x);
5 double mod360symm (double const x);
7 #endif /* !SEEN_MOD360_H */
9 /*
10   Local Variables:
11   mode:c++
12   c-file-style:"stroustrup"
13   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
14   indent-tabs-mode:nil
15   fill-column:99
16   End:
17 */
18 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :