~lib2geom-hackers/lib2geom/trunk

« back to all changes in this revision

Viewing changes to matrix-rotate-ops.h

  • Committer: njh
  • Date: 2006-05-22 11:50:24 UTC
  • Revision ID: svn-v4:4601daaa-0314-0410-9a8b-c964a3c23b6b:trunk/lib2geom:1
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef SEEN_LIBGeom_Geom_MATRIX_ROTATE_OPS_H
 
2
#define SEEN_LIBGeom_Geom_MATRIX_ROTATE_OPS_H
 
3
 
 
4
#include "libnr/forward.h"
 
5
 
 
6
Geom::Matrix operator*(Geom::Matrix const &m, Geom::rotate const &r);
 
7
 
 
8
 
 
9
#endif /* !SEEN_LIBGeom_Geom_MATRIX_ROTATE_OPS_H */
 
10
 
 
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:encoding=utf-8:textwidth=99 :