Ejemplo n.º 1
0
 public static float Degreed(float a)
 {
     return(Geo.Mod(a, 360.0f));
 }