~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to src/libnr/nr-translate-rotate-ops.h

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SEEN_LIBNR_NR_TRANSLATE_ROTATE_OPS_H
 
2
#define SEEN_LIBNR_NR_TRANSLATE_ROTATE_OPS_H
 
3
 
 
4
#include <libnr/nr-forward.h>
 
5
 
 
6
 
 
7
NR::Matrix operator*(NR::translate const &a, NR::rotate const &b);
 
8
 
 
9
 
 
10
#endif /* !SEEN_LIBNR_NR_TRANSLATE_ROTATE_OPS_H */
 
11
 
 
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:encoding=utf-8:textwidth=99 :