draw path

This commit is contained in:
philippe lhardy
2017-12-02 16:45:22 +01:00
parent 7deeb203ff
commit 77a06c0061
3 changed files with 73 additions and 10 deletions

View File

@@ -22,6 +22,11 @@ public class DirectionPosition
return direction;
}
void setDirection(short d)
{
direction = d;
}
Position getPosition()
{
return position;