Searched refs:eulerRotation (Results 1 – 1 of 1) sorted by relevance
188 float eulerRotation = calculateRotation(rotationQuaternion); in handleRotation() local189 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() argument207 double rotationDifference = Math.abs(eulerRotation - mTargetRotation); in testRotation()