Public Member Functions | |
RacePlotterStrategy (string racePath) | |
void | redrawMap () |
void | saveWaypoints () |
void | drawRacePath (ref Bitmap map) |
void | drawRobotPosition (ref Bitmap map, UtmConvert.UtmPoint p) |
void | resetFiducial () |
void | drawClickedWaypoint (ref Bitmap map, int x, int y) |
void | setScale () |
Definition at line 10 of file RacePlotterStrategy.cs.
RacePlotter.RacePlotterStrategy.RacePlotterStrategy | ( | string | racePath | ) |
Definition at line 12 of file RacePlotterStrategy.cs.
void RacePlotter.RacePlotterStrategy.drawClickedWaypoint | ( | ref Bitmap | map, | |
int | x, | |||
int | y | |||
) |
Definition at line 155 of file RacePlotterStrategy.cs.
void RacePlotter.RacePlotterStrategy.drawRacePath | ( | ref Bitmap | map | ) |
Definition at line 102 of file RacePlotterStrategy.cs.
void RacePlotter.RacePlotterStrategy.drawRobotPosition | ( | ref Bitmap | map, | |
UtmConvert.UtmPoint | p | |||
) |
Definition at line 129 of file RacePlotterStrategy.cs.
void RacePlotter.RacePlotterStrategy.redrawMap | ( | ) |
Definition at line 39 of file RacePlotterStrategy.cs.
void RacePlotter.RacePlotterStrategy.resetFiducial | ( | ) |
Definition at line 148 of file RacePlotterStrategy.cs.
void RacePlotter.RacePlotterStrategy.saveWaypoints | ( | ) |
Definition at line 71 of file RacePlotterStrategy.cs.
void RacePlotter.RacePlotterStrategy.setScale | ( | ) |
Definition at line 168 of file RacePlotterStrategy.cs.