Home
last modified time | relevance | path

Searched refs:ringCenter (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java172 float[] ringCenter = waypoint.getCoordinates(); in createRing() local
173 float[] pointRotation = calculateRingRotation(ringCenter, in createRing()
177 ringCenter[X] += mLocationMapping[ringLocationDifference.ordinal()][0]; in createRing()
178 ringCenter[Z] += mLocationMapping[ringLocationDifference.ordinal()][1]; in createRing()
179 ArrayList<float[]> rotatedRect = calculateRectangleHitbox(ringCenter, pointRotation); in createRing()
180 return new Ring(ringCenter, currentPath, pointRotation, rotatedRect); in createRing()