Searched refs:orientationDegrees (Results 1 – 1 of 1) sorted by relevance
526 private static float[] getRotationMatrix(int orientationDegrees) { in getRotationMatrix() argument527 double rads = orientationDegrees * Math.PI / 180; in getRotationMatrix()