Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables
- step, x, y
- constants
- lrRad, smRad, stSz
- repeat
- step += stSz
- x = ((lrRad - smRad) * Cos(step / lrRad)) + (smRad * Cos(step / smRad))
- y = ((lrRad - smRad) * Cos(step / lrRad)) + (smRad * Cos(step / smRad))
Add Comment
Please, Sign In to add comment