D | SensorManagerStaticTest.java | 192 float [] Rr = mat9T(mat9VRot(rotv2)); in testGetOrientation() local 193 float [] RI = mat9Mul(Rr, R); in testGetOrientation() 264 float [] Rr = new float[9]; in testGetRotationMatrix() local 288 SensorManager.getRotationMatrix(Rr, Ir, gI, mI)); in testGetRotationMatrix() 290 float [] n = mat9Mul(Rr, Rt); in testGetRotationMatrix() 294 i, mat9ToStr(mat9T(Rt)), mat9ToStr(Rr)), in testGetRotationMatrix() 322 mat16to9(Rr2), Rr, 1e-4f); in testGetRotationMatrix() 330 SensorManager.getRotationMatrix(Rr, null, gI, mI)); in testGetRotationMatrix() 342 SensorManager.getRotationMatrix(Rr, Ir, gI, mI)); in testGetRotationMatrix() 346 SensorManager.getRotationMatrix(Rr, Ir, gI, gI)); in testGetRotationMatrix() [all …]
|