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