Searched defs:radians (Results 1 – 9 of 9) sorted by relevance
99 public Point rotated(float radians) { in rotated()105 public Point rotatedAround(Point center, float radians) { in rotatedAround()
146 double radians = degrees * Math.PI / 180d; in setRotate() local
127 public static float radians(float degrees) { in radians() method in MathUtils131 public static float degrees(float radians) { in degrees()
320 double radians = PI_OVER_2 * count / 100.0; in TestVolume() local
942 extern float2 __attribute__((overloadable)) degrees(float2 radians) { in degrees()945 extern float3 __attribute__((overloadable)) degrees(float3 radians) { in degrees()948 extern float4 __attribute__((overloadable)) degrees(float4 radians) { in degrees()974 extern float __attribute__((overloadable)) radians(float degrees) { in radians() function977 extern float2 __attribute__((overloadable)) radians(float2 degrees) { in radians() function980 extern float3 __attribute__((overloadable)) radians(float3 degrees) { in radians() function983 extern float4 __attribute__((overloadable)) radians(float4 degrees) { in radians() function
253 double radians = Math.asin(opposite / hypotenuse); in getDegreesFromCoords() local
433 public void rotate(double radians) { in rotate()
362 double radians = Math.toRadians(-rotation); in getRange() local
1326 final double radians = Math.toRadians(degrees); in getBoundsForVirtualView() local