Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DMathsUtils.java230 float yDifference = point2[Y] - point1[Y]; in distanceCalculationOnXYPlane() local
244 float yDifference = point2[Y] - point1[Y]; in distanceCalculationInXYZSpace() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java277 float xDifference, yDifference, zDifference; in hasRingBeenEntered() local