Home
last modified time | relevance | path

Searched defs:waypoint (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DPath.java53 Waypoint waypoint = new Waypoint(coordinates, userGenerated, currentLap); in createWaypointAndAddToPath() local
DComplexMovementPath.java171 private Ring createRing(ArrayList<Waypoint> referencePath, Waypoint waypoint, int currentPath) { in createRing()