Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DPreviewRecorder.java527 double rads = orientationDegrees * Math.PI / 180; in getRotationMatrix() local
530 (float) Math.cos(rads), (float) -Math.sin(rads), in getRotationMatrix()
531 (float) Math.sin(rads), (float) Math.cos(rads) in getRotationMatrix()