add clear to route class
This commit is contained in:
@@ -131,6 +131,7 @@ class Route {
|
||||
* @param point
|
||||
*/
|
||||
void addPointToRoute(Point point);
|
||||
void clear();
|
||||
|
||||
/**
|
||||
* @brief Select the first point as target
|
||||
|
||||
Reference in New Issue
Block a user