Advertisement
TheFastFish

Seecret

Dec 12th, 2014
475
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. AxesOff
  2. 0[sto][theta]
  3. Lbl A
  4. For(A,1,8,1)
  5. L1(A)*cos([theta][deg])-L2(A)*sin([theta][deg])[sto]L5(A)
  6. L1(A)*sin([theta][deg])+L2(A)*cos([theta][deg])[sto]L6(A)
  7. End
  8. ClrDraw
  9. For(A,1,6,1)
  10. Line(L5(L3(A)),L6(L3(A)),L5(L4(A)),L6(L4(A)))
  11. End
  12. [theta]+22.5[sto][theta]
  13. Goto A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement