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:
2------3 5
/ \ /
0----1 \ /
4Arrow datatype
List(non-null FixedSizeList(3 x non-null Float32))API reference links
- π C++ API docs for
LineStrip3D - π Python API docs for
LineStrip3D - π¦ Rust API docs for
LineStrip3D