Searched refs:rads (Results 1 – 1 of 1) sorted by relevance
527 double rads = orientationDegrees * Math.PI / 180; in getRotationMatrix() local530 (float) Math.cos(rads), (float) -Math.sin(rads), in getRotationMatrix()531 (float) Math.sin(rads), (float) Math.cos(rads) in getRotationMatrix()