Searched refs:waypoint (Results 1 – 4 of 4) sorted by relevance
53 Waypoint waypoint = new Waypoint(coordinates, userGenerated, currentLap); in createWaypointAndAddToPath() local54 mCurrentPath.add(waypoint); in createWaypointAndAddToPath()55 if (waypoint.isUserGenerated()) { in createWaypointAndAddToPath()56 mPathMarkers.add(waypoint); in createWaypointAndAddToPath()
117 for (Waypoint waypoint : mPathMarkers) { in validateWaypointDistance()118 if (MathsUtils.distanceCalculationInXYZSpace(waypoint.getCoordinates(), in validateWaypointDistance()
171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) { in createRing() argument172 float[] ringCenter = waypoint.getCoordinates(); in createRing()174 referencePath.get(referencePath.indexOf(waypoint) - 1).getCoordinates()); in createRing()
175 for (Waypoint waypoint : referenceWaypoints) { in setupUILoop()177 … MathsUtils.coordinatesToString(waypoint.getCoordinates()) + "\n"; in setupUILoop()