Skip to content

Enum LineType

An enumeration indicating how input points should be interpreted to create lines

Parent type

LineType appears in the LinePrimitive message schema.

Values

namevaluedescription
LINE_STRIP0Connected line segments: 0-1, 1-2, ..., (n-1)-n
LINE_LOOP1Closed polygon: 0-1, 1-2, ..., (n-1)-n, n-0
LINE_LIST2Individual line segments: 0-1, 2-3, 4-5, ...

Flora is developed on the source code of Foxglove and Lichtblick, adhering to the MPL 2.0 license.