Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/
DSensorManager.java1215 final float invA = 1.0f / (float) Math.sqrt(Ax * Ax + Ay * Ay + Az * Az); in getRotationMatrix() local
1216 Ax *= invA; in getRotationMatrix()
1217 Ay *= invA; in getRotationMatrix()
1218 Az *= invA; in getRotationMatrix()