CartoType C++ API 7.8.2, 2022-03-25
for Windows, Linux, Qt and other platforms supporting C++ development
Variables
CartoType::TTransformType Namespace Reference

Variables

constexpr uint32_t Identity = 0
 
constexpr uint32_t YReflect = 1
 
constexpr uint32_t Translate = 2
 
constexpr uint32_t General = 4
 

Detailed Description

Transform type flag bits; used to reduce calculation.

Variable Documentation

◆ General

constexpr uint32_t CartoType::TTransformType::General = 4
constexpr

The transform has an effect, and does something other than reflection and translation.

◆ Identity

constexpr uint32_t CartoType::TTransformType::Identity = 0
constexpr

The transform has no effect.

◆ Translate

constexpr uint32_t CartoType::TTransformType::Translate = 2
constexpr

The transform does translation.

◆ YReflect

constexpr uint32_t CartoType::TTransformType::YReflect = 1
constexpr

The transform reflects around the line (y = 0).