Searched refs:mat9T (Results 1 – 1 of 1) sorted by relevance
134 float [] R12rt = mat9T(mat9VRot(rotv2)); in testGetAngleChange()192 float [] Rr = mat9T(mat9VRot(rotv2)); in testGetOrientation()275 Rt = mat9T(mat9VRot(rotv)); // from world frame to phone frame in testGetRotationMatrix()294 i, mat9ToStr(mat9T(Rt)), mat9ToStr(Rr)), in testGetRotationMatrix()397 float [] n = mat9Mul(m9, mat9T(m9)); in testGetRotationMatrixFromVector()658 private static float [] mat9T(float [] m) { in mat9T() method in SensorManagerStaticTest