Vanetza
Loading...
Searching...
No Matches
vanetza::geodesy::CartesianPosition Struct Reference

#include <position.hpp>

Public Member Functions

 CartesianPosition (units::Length x_, units::Length y_)

Public Attributes

units::Length x
units::Length y

Detailed Description

Cartesian position. Point in an ENU (East-North-Up) coordinate system, units in meters.

Definition at line 15 of file position.hpp.

Constructor & Destructor Documentation

◆ CartesianPosition() [1/2]

vanetza::geodesy::CartesianPosition::CartesianPosition ( )
inline

Definition at line 17 of file position.hpp.

◆ CartesianPosition() [2/2]

vanetza::geodesy::CartesianPosition::CartesianPosition ( units::Length x_,
units::Length y_ )
inline

Definition at line 18 of file position.hpp.

Member Data Documentation

◆ x

units::Length vanetza::geodesy::CartesianPosition::x

Definition at line 19 of file position.hpp.

◆ y

units::Length vanetza::geodesy::CartesianPosition::y

Definition at line 20 of file position.hpp.


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