Beispiel #1
0
 protected float atan2f(float p, float p_2)
 {
     return(Math.ATan2(p, p_2).ValueRadians);
 }