#include <Projection.h>
Public Member Functions | |
| Origin (const GPSPoint &position) | |
| Origin ()=default | |
Static Public Member Functions | |
| static Origin | defaultOrigin () |
Public Attributes | |
| bool | isDefault {true} |
| The position of the origin. More... | |
| GPSPoint | position |
< 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).
Definition at line 11 of file Projection.h.
|
inlineexplicit |
Definition at line 12 of file Projection.h.
|
default |
|
inlinestatic |
Definition at line 15 of file Projection.h.
| bool lanelet::Origin::isDefault {true} |
The position of the origin.
Definition at line 17 of file Projection.h.
| GPSPoint lanelet::Origin::position |
Definition at line 16 of file Projection.h.