Searched refs:DEG_TO_RAD (Results 1 – 6 of 6) sorted by relevance
26 const val DEG_TO_RAD = Math.PI / 180.0 constant27 const val RAD_TO_DEG = 1 / DEG_TO_RAD
19 import com.google.android.torus.math.MathUtils.DEG_TO_RAD63 val halfDegToRad = 0.5 * DEG_TO_RAD in fromEuler()98 val angleRad = angle * DEG_TO_RAD
260 val azimuthRad = (azimuth * MathUtils.DEG_TO_RAD).toFloat() in toMatrix()261 val elevationRad = (elevation * MathUtils.DEG_TO_RAD).toFloat() in toMatrix()
24 const val DEG_TO_RAD = Math.PI / 180.0 constant25 const val RAD_TO_DEG = 1 / DEG_TO_RAD
29 private static final float DEG_TO_RAD = 3.1415926f / 180.0f; field in MathUtils137 return degrees * DEG_TO_RAD; in radians()
57366 Landroid/util/MathUtils;->DEG_TO_RAD:F