Board
0.9.4
|
Structure representing a scaling and translation suitable for an XFig output. More...
#include <Transforms.h>
Public Member Functions | |
double | rounded (double x) const |
double | mapY (double y) const |
int | mapWidth (double width) const |
void | setBoundingBox (const Rect &rect, const double pageWidth, const double pageHeight, const double margin) |
void | setDepthRange (const ShapeList &shapes) |
int | mapDepth (int depth) const |
![]() | |
virtual double | mapX (double x) const |
virtual Point | map (const Point &) const |
virtual void | apply (double &x, double &y) const |
virtual double | scale (double x) const |
virtual Point | scale (const Point &) const |
Additional Inherited Members | |
![]() | |
static double | round (const double &x) |
![]() | |
double | _scale |
double | _deltaX |
double | _deltaY |
double | _height |
Structure representing a scaling and translation suitable for an XFig output.
The TransformFIG structure.