Protected Attributes | |
string | _racePath = ".\\race\\default\\" |
List< UtmPoint > | _fiducials |
List< UtmPoint > | _waypoints |
Bitmap | _raceMap |
System.Drawing.Point | _click1 |
System.Drawing.Point | _click2 |
UtmPoint | _gpsPosition |
UtmPoint | _statePosition |
UtmPoint | _fiducial1 |
UtmPoint | _fiducial2 |
double | _scaleDeltaX |
double | _scaleDeltaY |
double | _scaleX |
double | _scaleY |
Properties | |
List< UtmPoint > | Fiducials [get] |
List< UtmPoint > | Waypoints [get, set] |
Bitmap | RaceMap [get] |
System.Drawing.Point | Click1 [get, set] |
System.Drawing.Point | Click2 [get, set] |
UtmPoint | GpsPosition [get, set] |
UtmPoint | StatePosition [get, set] |
UtmPoint | Fiducial1 [get, set] |
UtmPoint | Fiducial2 [get, set] |
double | ScaleDeltaX [get] |
double | ScaleDeltaY [get] |
double | ScaleX [get] |
double | ScaleY [get] |
Definition at line 10 of file RacePlotterData.cs.
System.Drawing.Point RacePlotter.RacePlotterData._click1 [protected] |
Definition at line 39 of file RacePlotterData.cs.
System.Drawing.Point RacePlotter.RacePlotterData._click2 [protected] |
Definition at line 39 of file RacePlotterData.cs.
UtmPoint RacePlotter.RacePlotterData._fiducial1 [protected] |
Definition at line 62 of file RacePlotterData.cs.
UtmPoint RacePlotter.RacePlotterData._fiducial2 [protected] |
Definition at line 62 of file RacePlotterData.cs.
List<UtmPoint> RacePlotter.RacePlotterData._fiducials [protected] |
Definition at line 14 of file RacePlotterData.cs.
UtmPoint RacePlotter.RacePlotterData._gpsPosition [protected] |
Definition at line 51 of file RacePlotterData.cs.
Bitmap RacePlotter.RacePlotterData._raceMap [protected] |
Definition at line 33 of file RacePlotterData.cs.
string RacePlotter.RacePlotterData._racePath = ".\\race\\default\\" [protected] |
Definition at line 12 of file RacePlotterData.cs.
double RacePlotter.RacePlotterData._scaleDeltaX [protected] |
Definition at line 73 of file RacePlotterData.cs.
double RacePlotter.RacePlotterData._scaleDeltaY [protected] |
Definition at line 78 of file RacePlotterData.cs.
double RacePlotter.RacePlotterData._scaleX [protected] |
Definition at line 83 of file RacePlotterData.cs.
double RacePlotter.RacePlotterData._scaleY [protected] |
Definition at line 88 of file RacePlotterData.cs.
UtmPoint RacePlotter.RacePlotterData._statePosition [protected] |
Definition at line 51 of file RacePlotterData.cs.
List<UtmPoint> RacePlotter.RacePlotterData._waypoints [protected] |
Definition at line 23 of file RacePlotterData.cs.
System.Drawing.Point RacePlotter.RacePlotterData.Click1 [get, set] |
Definition at line 41 of file RacePlotterData.cs.
System.Drawing.Point RacePlotter.RacePlotterData.Click2 [get, set] |
Definition at line 46 of file RacePlotterData.cs.
UtmPoint RacePlotter.RacePlotterData.Fiducial1 [get, set] |
Definition at line 63 of file RacePlotterData.cs.
UtmPoint RacePlotter.RacePlotterData.Fiducial2 [get, set] |
Definition at line 68 of file RacePlotterData.cs.
List<UtmPoint> RacePlotter.RacePlotterData.Fiducials [get] |
Definition at line 19 of file RacePlotterData.cs.
UtmPoint RacePlotter.RacePlotterData.GpsPosition [get, set] |
Definition at line 52 of file RacePlotterData.cs.
Bitmap RacePlotter.RacePlotterData.RaceMap [get] |
Definition at line 35 of file RacePlotterData.cs.
double RacePlotter.RacePlotterData.ScaleDeltaX [get] |
Definition at line 74 of file RacePlotterData.cs.
double RacePlotter.RacePlotterData.ScaleDeltaY [get] |
Definition at line 79 of file RacePlotterData.cs.
double RacePlotter.RacePlotterData.ScaleX [get] |
Definition at line 84 of file RacePlotterData.cs.
double RacePlotter.RacePlotterData.ScaleY [get] |
Definition at line 89 of file RacePlotterData.cs.
UtmPoint RacePlotter.RacePlotterData.StatePosition [get, set] |
Definition at line 57 of file RacePlotterData.cs.
List<UtmPoint> RacePlotter.RacePlotterData.Waypoints [get, set] |
Definition at line 28 of file RacePlotterData.cs.