|
CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
|
#include <cartotype_transform.h>
Public Attributes | |
| TPointFP | iTranslation |
| TPointFP | iCenterOfRotation |
| double | iRotation = 0 |
| TPointFP | iScale = { 1, 1 } |
| TPointFP | iShear |
The components of a transform.
| TPointFP CartoType::TTransformComponents::iCenterOfRotation |
The center around which the transform performas any rotation.
| double CartoType::TTransformComponents::iRotation = 0 |
The rotation in radians.
| TPointFP CartoType::TTransformComponents::iScale = { 1, 1 } |
The scale.
| TPointFP CartoType::TTransformComponents::iShear |
The shear.
| TPointFP CartoType::TTransformComponents::iTranslation |
The translation.