Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DComplexMovementPath.java173 float[] pointRotation = calculateRingRotation(ringCenter, in createRing() local
179 ArrayList<float[]> rotatedRect = calculateRectangleHitbox(ringCenter, pointRotation); in createRing()
180 return new Ring(ringCenter, currentPath, pointRotation, rotatedRect); in createRing()