Merge banaan dev

This commit is contained in:
Yorick
2015-04-08 14:27:19 +02:00
4 changed files with 23 additions and 5 deletions
+3
View File
@@ -116,6 +116,7 @@ public class Path
return false;
}
public boolean intersectsRect(Rectangle2D rect)
{
for (Shape line : getPath())
@@ -145,6 +146,7 @@ public class Path
lines.add(stroke.createStrokedShape(line));
}
return lines;
}
public void addWaypoint(int i, Panel panel)
@@ -160,6 +162,7 @@ public class Path
}
/**
* Add a point to the path.
*