Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java188 float eulerRotation = calculateRotation(rotationQuaternion); in handleRotation() local
189 boolean rotationTest = testRotation(eulerRotation, rotationLocation); in handleRotation()
194 return createRotation(eulerRotation, rotationTest, rotationLocation, rotationTestable); in handleRotation()
205 private boolean testRotation(double eulerRotation, float[] rotationLocation) { in testRotation() argument
207 double rotationDifference = Math.abs(eulerRotation - mTargetRotation); in testRotation()