Code

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