CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoType::TTransformComponents Class Reference

#include <cartotype_transform.h>

Public Attributes

TPointFP iTranslation
 
TPointFP iCenterOfRotation
 
double iRotation = 0
 
TPointFP iScale = { 1, 1 }
 
TPointFP iShear
 

Detailed Description

The components of a transform.

Member Data Documentation

◆ iCenterOfRotation

TPointFP CartoType::TTransformComponents::iCenterOfRotation

The center around which the transform performas any rotation.

◆ iRotation

double CartoType::TTransformComponents::iRotation = 0

The rotation in radians.

◆ iScale

TPointFP CartoType::TTransformComponents::iScale = { 1, 1 }

The scale.

◆ iShear

TPointFP CartoType::TTransformComponents::iShear

The shear.

◆ iTranslation

TPointFP CartoType::TTransformComponents::iTranslation

The translation.


The documentation for this class was generated from the following file: