We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec28c4 commit dd9aa84Copy full SHA for dd9aa84
osi_referenceline.proto
@@ -31,8 +31,17 @@ message ReferenceLine
31
//
32
optional Identifier id = 1;
33
34
+ // The type of the reference line.
35
+ //
36
optional Type type = 3;
37
38
+ // ReferenceLine types
39
40
+ // ReferenceLinePoints might be interpreted diffrently depending on the type
41
+ // of the ReferenceLine.
42
43
+ // See also: "Adding T coordinates"
44
45
enum Type
46
{
47
// ReferenceLine is a polyline, where the coordinates of points are
0 commit comments