Lines Matching refs:atan
1247 angle = (x == 0)? PI_2 : atan((double)y / (double)x);2012 angle = (x == 0)? PI_2 : atan((double)y / (double)x);