CartoType C++ API 8.8-7-gb35e4dc71
for Windows, Linux, Qt and other platforms supporting C++ development
Variables
CartoTypeCore::TransformType 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 CartoTypeCore::TransformType::General = 4
constexpr

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

◆ Identity

constexpr uint32_t CartoTypeCore::TransformType::Identity = 0
constexpr

The transform has no effect.

◆ Translate

constexpr uint32_t CartoTypeCore::TransformType::Translate = 2
constexpr

The transform does translation.

◆ YReflect

constexpr uint32_t CartoTypeCore::TransformType::YReflect = 1
constexpr

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