Searched defs:waypoint (Results 1 – 2 of 2) sorted by relevance
53 Waypoint waypoint = new Waypoint(coordinates, userGenerated, currentLap); in createWaypointAndAddToPath() local
171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) { in createRing()