added endRoute and getPreviousPoint
This commit is contained in:
@@ -138,6 +138,7 @@ class Route {
|
||||
* @return Point
|
||||
*/
|
||||
Point startRoute();
|
||||
Point endRoute();
|
||||
|
||||
/**
|
||||
* @brief Get the next point and set it as target
|
||||
@@ -145,6 +146,7 @@ class Route {
|
||||
* @return Point is zero if there are no more Points
|
||||
*/
|
||||
Point getNextPoint();
|
||||
Point getPreviousPoint();
|
||||
|
||||
/**
|
||||
* @brief Get the Route Info object
|
||||
|
||||
Reference in New Issue
Block a user