Rerun C++ SDK
|
Component: A geospatial line string expressed in EPSG:4326 latitude and longitude (North/East-positive degrees). More...
#include <rerun/components/geo_line_string.hpp>
Static Public Member Functions | |
static GeoLineString | from_lat_lon (Collection< datatypes::DVec2D > lat_lon_) |
Creates a new GeoLineString object based on EPSG:4326 latitude and longitude (North/East-positive degrees). | |
Public Attributes | |
rerun::Collection< rerun::datatypes::DVec2D > | lat_lon |
Component: A geospatial line string expressed in EPSG:4326 latitude and longitude (North/East-positive degrees).