#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 | 
|  | 
◆ FHTransform() [1/3]
      
        
          | libfreehand::FHTransform::FHTransform | ( |  | ) |  | 
      
 
 
◆ FHTransform() [2/3]
      
        
          | libfreehand::FHTransform::FHTransform | ( | double | m11, | 
        
          |  |  | double | m21, | 
        
          |  |  | double | m12, | 
        
          |  |  | double | m22, | 
        
          |  |  | double | m13, | 
        
          |  |  | double | m23 ) | 
      
 
 
◆ FHTransform() [3/3]
      
        
          | libfreehand::FHTransform::FHTransform | ( | const FHTransform & | trafo | ) |  | 
      
 
 
◆ applyToArc()
      
        
          | void libfreehand::FHTransform::applyToArc | ( | double & | rx, | 
        
          |  |  | double & | ry, | 
        
          |  |  | double & | rotation, | 
        
          |  |  | bool & | sweep, | 
        
          |  |  | double & | endx, | 
        
          |  |  | double & | endy ) const | 
      
 
 
◆ applyToPoint()
      
        
          | 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::FHCubicBezierToElement::transform(), libfreehand::FHLineToElement::transform(), libfreehand::FHMoveToElement::transform(), and libfreehand::FHQuadraticBezierToElement::transform().
 
 
◆ m_m11
      
        
          | double libfreehand::FHTransform::m_m11 | 
      
 
 
◆ m_m12
      
        
          | double libfreehand::FHTransform::m_m12 | 
      
 
 
◆ m_m13
      
        
          | double libfreehand::FHTransform::m_m13 | 
      
 
 
◆ m_m21
      
        
          | double libfreehand::FHTransform::m_m21 | 
      
 
 
◆ m_m22
      
        
          | double libfreehand::FHTransform::m_m22 | 
      
 
 
◆ m_m23
      
        
          | double libfreehand::FHTransform::m_m23 | 
      
 
 
The documentation for this struct was generated from the following files: