The lane marker struct is used to describe any lane marker. It is a sequence of xy coordinates of points containing the lane marker. More...
#include <cdltm_messages.h>
Data Fields | |
| int | num_pts |
| int | x [_MAX_NUM_LANEMARKER_PTS_] |
| int | y [_MAX_NUM_LANEMARKER_PTS_] |
The lane marker struct is used to describe any lane marker. It is a sequence of xy coordinates of points containing the lane marker.
the number of points used to define the lane marker.
| int TYPE_lanemarker::x[_MAX_NUM_LANEMARKER_PTS_] |
array of x coordinates for the lane marker nodes.
| int TYPE_lanemarker::y[_MAX_NUM_LANEMARKER_PTS_] |
array of y coordinates for the lane marker nodes.
1.6.3