~centralelyon2010/inkscape/imagelinks2

1 by mental
moving trunk for module inkscape
1
#ifndef SEEN_MOD360_H
2
#define SEEN_MOD360_H
3
4
double mod360(double const x);
5189 by dvlierop2
Major overhaul of the selector tool's internals to improve handling of transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad)
5
double mod360symm (double const x);
1 by mental
moving trunk for module inkscape
6
7
#endif /* !SEEN_MOD360_H */
8
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
*/
9020 by JazzyNico
Code refactoring and merging with trunk (revision 10599).
18
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :