|
Board
0.9.2
|
Structure representing a scaling and translation suitable for an TikZ output. More...
#include <Transforms.h>
Additional Inherited Members | |
Public Member Functions inherited from LibBoard::TransformSVG | |
| double | rounded (double x) const |
| double | mapY (double y) const |
| double | mapWidth (double width) const |
| void | setBoundingBox (const Rect &rect, const double pageWidth, const double pageHeight, const double margin) |
| TransformMatrix | matrix () const |
| Point | translation () const |
| double | deltaX () const |
| double | deltaY () const |
Public Member Functions inherited from LibBoard::Transform | |
| virtual double | mapX (double x) const |
| Point | map (const Point &) const |
| virtual void | apply (double &x, double &y) const |
| virtual double | scale (double x) const |
Static Public Member Functions inherited from LibBoard::Transform | |
| static double | round (const double &x) |
Protected Attributes inherited from LibBoard::Transform | |
| double | _scale |
| double | _deltaX |
| double | _deltaY |
| double | _height |
Structure representing a scaling and translation suitable for an TikZ output.
The TransformTikZ structure.
1.8.10