Code

Use subdirectories with icon sizes.
[inkscape.git] / src / libnr / nr-matrix-rotate-ops.h
1 #ifndef SEEN_LIBNR_NR_MATRIX_ROTATE_OPS_H
2 #define SEEN_LIBNR_NR_MATRIX_ROTATE_OPS_H
4 #include "libnr/nr-forward.h"
6 NR::Matrix operator*(NR::Matrix const &m, NR::rotate const &r);
9 #endif /* !SEEN_LIBNR_NR_MATRIX_ROTATE_OPS_H */
11 /*
12   Local Variables:
13   mode:c++
14   c-file-style:"stroustrup"
15   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
16   indent-tabs-mode:nil
17   fill-column:99
18   End:
19 */
20 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :