CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Public Attributes | List of all members
CartoTypeCore::TransformComponents Class Reference

#include <cartotype_transform.h>

Public Attributes

PointFP Translation
 
PointFP CenterOfRotation
 
double Rotation = 0
 
PointFP Scale = { 1, 1 }
 
PointFP Shear
 

Detailed Description

The components of a transform.

Member Data Documentation

◆ CenterOfRotation

PointFP CartoTypeCore::TransformComponents::CenterOfRotation

The center around which the transform performas any rotation.

◆ Rotation

double CartoTypeCore::TransformComponents::Rotation = 0

The rotation in radians.

◆ Scale

PointFP CartoTypeCore::TransformComponents::Scale = { 1, 1 }

The scale.

◆ Shear

PointFP CartoTypeCore::TransformComponents::Shear

The shear.

◆ Translation

PointFP CartoTypeCore::TransformComponents::Translation

The translation.


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