Home
last modified time | relevance | path

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

/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java158 R = mat9Rot(SensorManager.AXIS_X, -angle); in testGetInclination()
305 float [] Ix = mat9Rot(SensorManager.AXIS_X, incline); in testGetRotationMatrix()
457 R = mat9Rot(axis, theta); in testGetRotationMatrixFromVector()
677 private static float [] mat9Rot(int axis, float angle) { in mat9Rot() method in SensorManagerStaticTest
705 float [] R = mat9Rot(SensorManager.AXIS_Z, -angles[0]); in mat9VRot()
707 R = mat9Mul(R, mat9Rot(SensorManager.AXIS_X, -angles[1])); in mat9VRot()
709 R = mat9Mul(R, mat9Rot(SensorManager.AXIS_Y, angles[2])); in mat9VRot()