Standard Log Data
車輌3Dモデルの詳細    property model : IF8ThreeDeeStudio read GetModel;
ユニークID    property ID : integer read GetID;
名前    property description : WideString read GetDescription;
ヨー角    property yawAngle : double read GetYawAngle;
ピッチ角    property pitchAngle : double read GetPitchAngle;
ロール角    property rollAngle : double read GetRollAngle;車輌の方向ベクトル    property direction : GLPointType read GetDirection;
車輌の速度ベクトル    property speedVectInMetresPerSecond : GLPointType read GetSpeedVect;
車輌のローカル加速ベクトル(車体に対する加速)    property localAccelInMetresPerSecond2 : GLPointType read GetMovementAcc;
車輌の角加速    property rotAccelInRadsPerSecond : GLPointType read GetRotAcc;
ライトの状態    property lightState : ModelLightStateType read GetLightState;
自動制御かどうか(交通流の車輌または助手席)    property automaticControl : boolean read GetAutomaticControl;
空気抵抗    property dragCoefficient : Double read GetDragCoefficient;
重量    property mass : Double read GetMass;
最大ステアリング角    property maxSteeringLock : Double read GetMaxSteeringLock;
ホイルベース    property wheelBase : Double read GetWheelBase;
トレーラーのモデル    property trailer : IF8ThreeDeeStudio read GetTrailer;
トレーラのヨー角    property trailerAngle : Double read GetTrailerAngle;
トレーラのピッチ角    property trailerPitchAngle : Double read GetTrailerPitchAngle;
トレーラのホイルベース    property trailerWheelbase : Double read GetTrailerWheelbase;
交差点の中かどうか    property inIntersection : boolean read GetInIntersection;
道路中心からのオフセット    property offsetFromRoadCenter : double read GetOffsetFromRoadCenter;
道路の縦断勾配    property roadLongitudinalSlope : double read GetRoadLongitudinalSlope;
道路の横断勾配    property roadLateralSlope : double read GetRoadLateralSlope;
車線の方向ベクトル    property laneDirection : GLPointType read GetLaneDirection;
(Other data can be added by customizing)