Searched refs:toRadians (Results 1 – 2 of 2) sorted by relevance
30 inline double toRadians(double x) { return x * M_PI / 180; } in toRadians() function34 x = toRadians(-x); in getRotationMatrix()35 y = toRadians(-y); in getRotationMatrix()36 z = toRadians(-z); in getRotationMatrix()
50832 HSPLjava/lang/Math;->toRadians(D)D