WIP: Researched and implemented a simple right of way calculation (might be wrong).

#story[1117]
This commit is contained in:
Zhi You Tan
2017-08-11 23:57:27 +12:00
parent fda6625256
commit c58cb1a476
4 changed files with 31 additions and 20 deletions
@@ -619,7 +619,6 @@ public class GameView extends Pane {
* @param collisionPoint yacht collision point
*/
public void drawCollision(GeoPoint collisionPoint) {
System.out.println("ran");
Platform.runLater(() -> {
Point2D point = findScaledXY(collisionPoint);
double circleRadius = 0.0;