|  | QCAD
    Open Source 2D CAD | 
Copyright (c) 2011-2020 by Andrew Mustun. More...
#include <RTransformOp.h>
| Public Types | |
| enum | Type { Translation , Scale , Rotation } | 
| Public Member Functions | |
| qreal | getD1 () const | 
| qreal | getD2 () const | 
| RTransformOp::Type | getType () const | 
| Static Public Member Functions | |
| static RTransformOp | createRotation (qreal a) | 
| static RTransformOp | createScale (qreal sx, qreal sy) | 
| static RTransformOp | createTranslation (qreal dx, qreal dy) | 
| Public Attributes | |
| qreal | d1 | 
| Getter function for this property: getD1 | |
| qreal | d2 | 
| Getter function for this property: getD2 | |
| RTransformOp::Type | type | 
| Getter function for this property: getType | |
Copyright (c) 2011-2020 by Andrew Mustun.
All rights reserved.
This file is part of the QCAD project.
QCAD is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
QCAD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with QCAD. Represents a transform operation within an RTransform object.
| enum RTransformOp::Type | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| qreal RTransformOp::d1 | 
 Getter function for this property: getD1
 
| qreal RTransformOp::d2 | 
 Getter function for this property: getD2
 
| RTransformOp::Type RTransformOp::type | 
 Getter function for this property: getType