#include <FHTransform.h>
|
| FHTransform () |
|
| FHTransform (double m11, double m21, double m12, double m22, double m13, double m23) |
|
| FHTransform (const FHTransform &trafo) |
|
void | applyToPoint (double &x, double &y) const |
|
void | applyToArc (double &rx, double &ry, double &rotation, bool &sweep, double &endx, double &endy) const |
|
libfreehand::FHTransform::FHTransform |
( |
| ) |
|
libfreehand::FHTransform::FHTransform |
( |
double |
m11, |
|
|
double |
m21, |
|
|
double |
m12, |
|
|
double |
m22, |
|
|
double |
m13, |
|
|
double |
m23 |
|
) |
| |
libfreehand::FHTransform::FHTransform |
( |
const FHTransform & |
trafo | ) |
|
void libfreehand::FHTransform::applyToArc |
( |
double & |
rx, |
|
|
double & |
ry, |
|
|
double & |
rotation, |
|
|
bool & |
sweep, |
|
|
double & |
endx, |
|
|
double & |
endy |
|
) |
| const |
void libfreehand::FHTransform::applyToPoint |
( |
double & |
x, |
|
|
double & |
y |
|
) |
| const |
Referenced by libfreehand::FHCollector::_getBBofDisplayText(), libfreehand::FHCollector::_getBBofImageImport(), libfreehand::FHCollector::_getBBofTextObject(), libfreehand::FHCollector::_normalizePoint(), libfreehand::FHCollector::_outputDisplayText(), libfreehand::FHCollector::_outputImageImport(), libfreehand::FHCollector::_outputTextObject(), libfreehand::FHMoveToElement::transform(), libfreehand::FHLineToElement::transform(), libfreehand::FHCubicBezierToElement::transform(), and libfreehand::FHQuadraticBezierToElement::transform().
double libfreehand::FHTransform::m_m11 |
double libfreehand::FHTransform::m_m12 |
double libfreehand::FHTransform::m_m13 |
double libfreehand::FHTransform::m_m21 |
double libfreehand::FHTransform::m_m22 |
double libfreehand::FHTransform::m_m23 |
The documentation for this struct was generated from the following files: