Home
last modified time | relevance | path

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

/frameworks/libs/systemui/toruslib/torus-math/src/main/java/com/google/android/torus/math/
DMathUtils.kt26 const val DEG_TO_RAD = Math.PI / 180.0 constant
27 const val RAD_TO_DEG = 1 / DEG_TO_RAD
DRotationQuaternion.kt19 import com.google.android.torus.math.MathUtils.DEG_TO_RAD
63 val halfDegToRad = 0.5 * DEG_TO_RAD in fromEuler()
98 val angleRad = angle * DEG_TO_RAD
DSphericalTransform.kt260 val azimuthRad = (azimuth * MathUtils.DEG_TO_RAD).toFloat() in toMatrix()
261 val elevationRad = (elevation * MathUtils.DEG_TO_RAD).toFloat() in toMatrix()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/utils/
DMathUtils.kt24 const val DEG_TO_RAD = Math.PI / 180.0 constant
25 const val RAD_TO_DEG = 1 / DEG_TO_RAD
/frameworks/base/core/java/android/util/
DMathUtils.java29 private static final float DEG_TO_RAD = 3.1415926f / 180.0f; field in MathUtils
137 return degrees * DEG_TO_RAD; in radians()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57366 Landroid/util/MathUtils;->DEG_TO_RAD:F