Searched refs:referencePathDistances (Results 1 – 1 of 1) sorted by relevance
66 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) { in ComplexMovementPath() argument68 generatePathRings(referencePathDistances, referencePath); in ComplexMovementPath()120 ArrayList<Float> referencePathDistances, ArrayList<Waypoint> referencePath) { in generatePathRings() argument122 distanceBetweenRingSections = calculateSectionDistance(referencePathDistances); in generatePathRings()132 private ArrayList<Float> calculateSectionDistance(ArrayList<Float> referencePathDistances) { in calculateSectionDistance() argument134 for (Float distance : referencePathDistances) { in calculateSectionDistance()