mixster

mixster

Mar 25th, 2010
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. variables
  2. step, x, y
  3. constants
  4. lrRad, smRad, stSz
  5.  
  6. repeat
  7. step += stSz
  8. x = ((lrRad - smRad) * Cos(step / lrRad)) + (smRad * Cos(step / smRad))
  9. y = ((lrRad - smRad) * Cos(step / lrRad)) + (smRad * Cos(step / smRad))
Add Comment
Please, Sign In to add comment