#include <position.hpp>
Public Member Functions | |
| CartesianPosition (units::Length x_, units::Length y_) | |
Public Attributes | |
| units::Length | x |
| units::Length | y |
Cartesian position. Point in an ENU (East-North-Up) coordinate system, units in meters.
Definition at line 15 of file position.hpp.
|
inline |
Definition at line 17 of file position.hpp.
|
inline |
Definition at line 18 of file position.hpp.
| units::Length vanetza::geodesy::CartesianPosition::x |
Definition at line 19 of file position.hpp.
| units::Length vanetza::geodesy::CartesianPosition::y |
Definition at line 20 of file position.hpp.