Searched refs:distanceBetweenRingSections (Results 1 – 1 of 1) sorted by relevance
121 ArrayList<Float> distanceBetweenRingSections; in generatePathRings() local122 distanceBetweenRingSections = calculateSectionDistance(referencePathDistances); in generatePathRings()123 addRingsToPath(referencePath, distanceBetweenRingSections); in generatePathRings()147 ArrayList<Waypoint> referencePath, ArrayList<Float> distanceBetweenRingSections) { in addRingsToPath() argument150 for (Float pathIntervalDistance : distanceBetweenRingSections) { in addRingsToPath()