Struct Origin

Struct Documentation

struct Origin

< When transforming between global and local coordinates, this offset will be applied to the lat/lon coordinates. The object is also used to determine a senseful local coordinate system (e.g. choosing the correct UTM tile).

Public Functions

inline explicit Origin(const GPSPoint &position)
Origin() = default

Public Members

GPSPoint position
bool isDefault = {true}

The position of the origin.

Public Static Functions

static inline Origin defaultOrigin()