Code

Extensions. XAML export improvements.
[inkscape.git] / src / libnr / nr-scale-matrix-ops.h
1 #ifndef SEEN_LIBNR_NR_SCALE_MATRIX_OPS_H
2 #define SEEN_LIBNR_NR_SCALE_MATRIX_OPS_H
3 /** \file 
4  * Declarations (and definition if inline) of operator 
5  * blah (NR::scale, NR::Matrix). 
6  */
8 #include "libnr/nr-forward.h"
10 NR::Matrix operator*(NR::scale const &s, NR::Matrix const &m);
13 #endif /* !SEEN_LIBNR_NR_SCALE_MATRIX_OPS_H */