Searched refs:atanDegrees (Results 1 – 1 of 1) sorted by relevance
181 float atanDegrees = atan2 * 180.0f / (float) Math.PI; in fromIntInFrame() local183 atanDegrees < 0 in fromIntInFrame()184 ? atanDegrees + 360.0f in fromIntInFrame()185 : atanDegrees >= 360 ? atanDegrees - 360.0f : atanDegrees; in fromIntInFrame()