Rerun C++ SDK
|
Component: A line strip in 3D space. More...
#include <rerun/components/line_strip3d.hpp>
Public Member Functions | |
LineStrip3D (rerun::Collection< rerun::datatypes::Vec3D > points_) | |
LineStrip3D & | operator= (rerun::Collection< rerun::datatypes::Vec3D > points_) |
Public Attributes | |
rerun::Collection< rerun::datatypes::Vec3D > | points |
Component: A line strip in 3D 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: