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

Component: A line strip in 2D space. More...

#include <rerun/components/line_strip2d.hpp>

Public Member Functions

 LineStrip2D (rerun::Collection< rerun::datatypes::Vec2D > points_)
 
LineStrip2Doperator= (rerun::Collection< rerun::datatypes::Vec2D > points_)
 

Public Attributes

rerun::Collection< rerun::datatypes::Vec2Dpoints
 

Detailed Description

Component: A line strip in 2D space.

A line strip is a list of points connected by line segments. It can be used to draw approximations of smooth curves.

The points will be connected in order, like so:

2------3 5
/ \ /
0----1 \ /
4

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