Advertisement
Matthen

Arrow Art

Jul 24th, 2011
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. n = 17;
  2. Graphics[Table[
  3. Table[Join[{White, Arrowheads[r/500], Thickness[r/2000],
  4. Line[Table[
  5. r {Sin[x + t], Cos[x + t]}, {t, 0.05, 2 Pi/n - 0.05,
  6. 0.05}]]}, {Arrow[
  7. r {{Sin[x - 0.1], Cos[x - 0.1]}, {Sin[x + 0.025],
  8. Cos[x + 0.025]}}]}], {x, -r/10, 2 Pi - 2 Pi/n - r/10,
  9. 2 Pi/n}],
  10. {r, 3, 22}
  11. ], ImageSize -> {500}, Background -> Black]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement