magic(s)


          
          // This is where the magic happens
          
          u += cos(a)/r;
          v += sin(a)/r;
          w += 1.0/pow(r,.1);
  
          // End of the magic