Searched refs:getCoordinates (Results 1 – 9 of 9) sorted by relevance
80 mCurrentPath.get(currentLocation).getCoordinates(), in calculatePathRemaining()81 mCurrentPath.get(currentLocation + 1).getCoordinates()); in calculatePathRemaining()118 if (MathsUtils.distanceCalculationInXYZSpace(waypoint.getCoordinates(), in validateWaypointDistance()132 float[] A = mPathMarkers.get(0).getCoordinates(); in validateAreaCovered()133 float[] B = mPathMarkers.get(1).getCoordinates(); in validateAreaCovered()158 float[] firstMarkerCoordinates = mPathMarkers.get(0).getCoordinates(); in validateBackToStart()
66 mCurrentPath.get(i).getCoordinates(), in getLengthOfCurrentPath()67 mCurrentPath.get(i - 1).getCoordinates()); in getLengthOfCurrentPath()
172 float[] ringCenter = waypoint.getCoordinates(); in createRing()174 referencePath.get(referencePath.indexOf(waypoint) - 1).getCoordinates()); in createRing()211 referencePath.get(currentLocation).getCoordinates(), in calculateRingLocationOnPath()212 referencePath.get(currentLocation + 1).getCoordinates()); in calculateRingLocationOnPath()
210 rotationLocation, mCurrentPath.get(mCurrentPath.size() - 1).getCoordinates()); in testRotation()227 if (MathsUtils.distanceCalculationInXYZSpace(marker.getCoordinates(), in checkIfRotationTestable()
133 mReferencePath.getPathMarkers().get(i).getCoordinates(), in markerTest()134 mTestPath.getPathMarkers().get(i).getCoordinates()); in markerTest()164 mReferencePath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()166 mTestPath.getPathMarkers().get(markerNumber).getCoordinates()); in recordMarkerTestResults()203 pathToCalculate.get(currentLocation).getCoordinates(), in calculatePathDistance()204 pathToCalculate.get(currentLocation + 1).getCoordinates()); in calculatePathDistance()
121 mTestPath.getPathMarkers().get(markerLocation).getCoordinates()); in recordTimerTestResults()
44 public float[] getCoordinates() { in getCoordinates() method in Waypoint
130 float[] initialCoords = mReferencePath.getPathMarkers().get(0).getCoordinates(); in addPoseDataToPath()
177 … MathsUtils.coordinatesToString(waypoint.getCoordinates()) + "\n"; in setupUILoop()