Microscopic Traffic Simulator
Main Page
Packages
Classes
Files
File List
GpsRecordsManager.LocationAndDirection.cs
Go to the documentation of this file.
1
using
System
.Windows;
2
3
namespace
Microscopic_Traffic_Simulator___Model
.CellularTopologyObjects
4
{
8
partial class
GpsRecordsManager
9
{
13
public
struct
LocationAndDirection
14
{
18
public
Point
Location
;
19
23
public
Vector
DirectionNormalizedVector
;
24
30
internal
LocationAndDirection
(Point point, Vector directionNormalizedVector)
31
{
32
Location = point;
33
DirectionNormalizedVector = directionNormalizedVector;
34
}
35
}
36
}
37
}
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.LocationAndDirection.Location
Point Location
Location.
Definition:
GpsRecordsManager.LocationAndDirection.cs:18
System
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.LocationAndDirection
Represents tuple containing location and normalized direction vector.
Definition:
GpsRecordsManager.LocationAndDirection.cs:13
Microscopic_Traffic_Simulator___Model.CellularTopologyObjects.GpsRecordsManager.LocationAndDirection.DirectionNormalizedVector
Vector DirectionNormalizedVector
Normalized direction vector.
Definition:
GpsRecordsManager.LocationAndDirection.cs:23
Microscopic_Traffic_Simulator___Model
Microscopic Traffic Simulator - Model
CellularTopologyObjects
GpsRecordsManager.LocationAndDirection.cs
Generated by
1.8.11