Microscopic Traffic Simulator
Main Page
Packages
Classes
Files
File List
GpsRecordsManager.Record.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Windows;
3
4
namespace
Microscopic_Traffic_Simulator___Model
.CellularTopologyObjects
5
{
9
partial class
GpsRecordsManager
10
{
14
public
struct
Record
15
{
19
public
Point
Point
;
20
24
public
Vector
DirectionNormalizedVector
;
25
29
public
TimeSpan
Time
;
30
34
public
int
CarHashCode
;
35
}
36
}
37
}
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.Point
Point Point
Car's location.
Definition:
GpsRecordsManager.Record.cs:19
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.CarHashCode
int CarHashCode
Car's hash code.
Definition:
GpsRecordsManager.Record.cs:34
System
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.Time
TimeSpan Time
Time of the record.
Definition:
GpsRecordsManager.Record.cs:29
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record.DirectionNormalizedVector
Vector DirectionNormalizedVector
Car's normalized direction vector.
Definition:
GpsRecordsManager.Record.cs:24
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.Record
Structure representing car's location in time.
Definition:
GpsRecordsManager.Record.cs:14
Microscopic_Traffic_Simulator___Model
Microscopic Traffic Simulator - Model
CellularTopologyObjects
GpsRecordsManager.Record.cs
Generated by
1.8.11