~lib2geom-hackers/lib2geom/trunk

« back to all changes in this revision

Viewing changes to translate-matrix-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_TRANSLATE_MATRIX_OPS_H
 
2
#define SEEN_LIBGeom_Geom_TRANSLATE_MATRIX_OPS_H
 
3
 
 
4
#include "translate.h"
 
5
#include "matrix.h"
 
6
 
 
7
namespace Geom {
 
8
Matrix operator*(translate const &t, Matrix const &m);
 
9
}
 
10
 
 
11
 
 
12
#endif /* !SEEN_LIBGeom_Geom_TRANSLATE_MATRIX_OPS_H */
 
13
 
 
14
/*
 
15
  Local Variables:
 
16
  mode:c++
 
17
  c-file-style:"stroustrup"
 
18
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
 
19
  indent-tabs-mode:nil
 
20
  fill-column:99
 
21
  End:
 
22
*/
 
23
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :