Searched defs:DEG_TO_RAD (Results 1 – 3 of 3) sorted by relevance
24 const val DEG_TO_RAD = Math.PI / 180.0 constant
26 const val DEG_TO_RAD = Math.PI / 180.0 constant
29 private static final float DEG_TO_RAD = 3.1415926f / 180.0f; field in MathUtils