Struct SimOne_Data_LaneLineInfo¶
ClassList > SimOne_Data_LaneLineInfo
#include <SimOneIOStruct.h>
Public Attributes¶
| Type | Name |
|---|---|
| ESimOne_Boundary_Color | lineColor = ESimOne\_Boundary\_Color\_standard |
| int | lineID = 0 |
| SimOne_Data_Vec3f | linePoints |
| ESimOne_Boundary_Type | lineType = ESimOne\_Boundary\_Type\_none |
| SimOne_LineCurve_Parameter | linecurveParameter |
| float | linewidth |
Public Attributes Documentation¶
variable lineColor¶
ESimOne_Boundary_Color SimOne_Data_LaneLineInfo::lineColor;
车道线的边界颜色,默认为标准颜色。 * Boundary color of the lane line, default is standard.
variable lineID¶
int SimOne_Data_LaneLineInfo::lineID;
车道线的唯一标识符,初始化为0。 * Unique identifier for the lane line, initialized to 0.
variable linePoints¶
SimOne_Data_Vec3f SimOne_Data_LaneLineInfo::linePoints[250];
车道线的所有边界点坐标。最大支持80个点。 * Total boundary points of the lane line. Max 80 points.
variable lineType¶
ESimOne_Boundary_Type SimOne_Data_LaneLineInfo::lineType;
车道线的边界类型,默认为无边界。 * Boundary type of the lane line, default is none.
variable linecurveParameter¶
SimOne_LineCurve_Parameter SimOne_Data_LaneLineInfo::linecurveParameter;
车道线的曲线参数。 * Curve parameters of the lane line boundary.
variable linewidth¶
float SimOne_Data_LaneLineInfo::linewidth;
车道线的宽度。 * Width of the lane line.
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h