Struct SimOne_Data_Trajectory¶
ClassList > SimOne_Data_Trajectory
#include <SimOneIOStruct.h>
Inherits the following classes: SimOne_Data
Public Attributes¶
| Type | Name |
|---|---|
| SimOne_Data_Trajectory_Entry | trajectory |
| int | trajectorySize |
Public Attributes inherited from SimOne_Data¶
See SimOne_Data
| Type | Name |
|---|---|
| int | frame = 0 |
| long long | timestamp = 0 |
| int | version = 0 |
Public Attributes Documentation¶
variable trajectory¶
SimOne_Data_Trajectory_Entry SimOne_Data_Trajectory::trajectory[100];
轨迹数组,最大包含100个轨迹点 * Array of trajectory points, with a maximum of 100 points
variable trajectorySize¶
int SimOne_Data_Trajectory::trajectorySize;
轨迹点数量 * Number of trajectory points
The documentation for this class was generated from the following file docs/api/cpp/SimOneIOStruct.h