Struct SimOne_Data_Trajectory_Entry¶
ClassList > SimOne_Data_Trajectory_Entry
#include <SimOneIOStruct.h>
Public Attributes¶
| Type | Name |
|---|---|
| float | posX |
| float | posY |
| float | vel |
Public Attributes Documentation¶
variable posX¶
float SimOne_Data_Trajectory_Entry::posX;
轨迹点在 Opendrive 上的 X 坐标,单位:米 * Trajectory Position X on Opendrive, unit: meters
variable posY¶
float SimOne_Data_Trajectory_Entry::posY;
轨迹点在 Opendrive 上的 Y 坐标,单位:米 * Trajectory Position Y on Opendrive, unit: meters
variable vel¶
float SimOne_Data_Trajectory_Entry::vel;
轨迹点的速度,单位:米/秒 * Velocity at the trajectory point, unit: meters/second
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h