Searched defs:rotationVector (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSensorManager.java1984 * @param rotationVector the rotation vector to convert
1987 public static void getRotationMatrixFromVector(float[] R, float[] rotationVector) { argument
1990 float q1 = rotationVector[0];
1991 float q2 = rotationVector[1];
1992 float q3 = rotationVector[2];
1994 if (rotationVector.length == 4) {
1995 q0 = rotationVector[3];

Completed in 39 milliseconds