Enumerations MeasuringUnitMode - ThorstenBrach/SRCI GitHub Wiki
Enum-Item | Value | Description |
---|---|---|
VECTOR_LENGTH |
0 |
Defines the distance in millimeter between two points in cartesian space (default). |
SEGMENT_LENGTH |
1 |
Defines the distance in mm covered between the two points in cartesian space. |
TIME_DURATION |
2 |
Defines the duration in milliseconds between the start and end point. |