|
Rerun C++ SDK
|
Component: A geospatial position expressed in EPSG:4326 latitude and longitude (North/East-positive degrees). More...
#include <rerun/components/lat_lon.hpp>
Public Member Functions | |
| LatLon (double lat, double lon) | |
| Construct LatLon from x/y values. | |
| double | latitude () const |
| double | longitude () const |
| LatLon (rerun::datatypes::DVec2D lat_lon_) | |
| LatLon & | operator= (rerun::datatypes::DVec2D lat_lon_) |
| LatLon (std::array< double, 2 > xy_) | |
| LatLon & | operator= (std::array< double, 2 > xy_) |
| operator rerun::datatypes::DVec2D () const | |
| Cast to the underlying DVec2D datatype. | |
Public Attributes | |
| rerun::datatypes::DVec2D | lat_lon |
Component: A geospatial position expressed in EPSG:4326 latitude and longitude (North/East-positive degrees).