Microscopic Traffic Simulator
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record Struct Reference

Structure representing car's location in time. More...

Public Attributes

Point Point
 Car's location. More...
 
Vector DirectionNormalizedVector
 Car's normalized direction vector. More...
 
TimeSpan Time
 Time of the record. More...
 
int CarHashCode
 Car's hash code. More...
 

Detailed Description

Structure representing car's location in time.

Definition at line 14 of file GpsRecordsManager.Record.cs.

Member Data Documentation

int Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.CarHashCode

Car's hash code.

Definition at line 34 of file GpsRecordsManager.Record.cs.

Vector Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.DirectionNormalizedVector

Car's normalized direction vector.

Definition at line 24 of file GpsRecordsManager.Record.cs.

Point Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.Point

Car's location.

Definition at line 19 of file GpsRecordsManager.Record.cs.

TimeSpan Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.Time

Time of the record.

Definition at line 29 of file GpsRecordsManager.Record.cs.


The documentation for this struct was generated from the following file: