|
DGtal 2.0.0
|
Structure representing a scaling and translation suitable for an TikZ output. More...
#include <Board/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) |
| Public Member Functions inherited from LibBoard::Transform | |
| Transform () | |
| virtual | ~Transform () |
| virtual double | mapX (double x) 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.
Definition at line 129 of file Transforms.h.