26 #ifndef _BOARD_TRANSFORM_MATRIX_H_
27 #define _BOARD_TRANSFORM_MATRIX_H_
38 enum Type { SVG, Postscript };
42 double m21,
double m22,
double m23);
60 void flushSVG(std::ostream & )
const;
62 void flushEPS(std::ostream & )
const;
66 double _m11, _m12, _m13;
67 double _m21, _m22, _m23;
72 #include "TransformMatrix.ih"
The Point structure. @copyright This source code is part of the Board project, a C++ library whose pu...
Struct representing a 2D point.
Definition: Point.h:39