Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::LatLon Struct Reference

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_)
 
LatLonoperator= (rerun::datatypes::DVec2D lat_lon_)
 
 LatLon (std::array< double, 2 > xy_)
 
LatLonoperator= (std::array< double, 2 > xy_)
 
 operator rerun::datatypes::DVec2D () const
 Cast to the underlying DVec2D datatype.
 

Public Attributes

rerun::datatypes::DVec2D lat_lon
 

Detailed Description

Component: A geospatial position expressed in EPSG:4326 latitude and longitude (North/East-positive degrees).


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