Home | History | Annotate | Download | only in compass

Lines Matching defs:mR

49     private float[] mR = new float[16];
110 * All the magic happens here. The rotation matrix mR reported by
114 * glMultMatrixf() expects a column-major matrix, we can use mR
117 gl.glMultMatrixf(mR, 0);
222 SensorManager.getRotationMatrix(mR, mI, mGData, mMData);
224 // SensorManager.remapCoordinateSystem(mR,
225 // SensorManager.AXIS_X, SensorManager.AXIS_Z, mR);
226 // SensorManager.remapCoordinateSystem(mR,
227 // SensorManager.AXIS_Y, SensorManager.AXIS_MINUS_X, mR);
228 SensorManager.getOrientation(mR, mOrientation);