Searched defs:atan2 (Results 1 – 3 of 3) sorted by relevance
185 float atan2 = (float) Math.atan2(b, a); in fromIntInFrame() local
155 public static float atan2(float a, float b) { in atan2() method in MathUtils
383 float __attribute__((overloadable)) atan2(float v1, float v2) { in atan2() function