Advertisement
Matthen

String Art

Jun 4th, 2011
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Manipulate[Graphics[{
  2. Table[
  3. Line[{{Sin[a], Cos[a]}, {Sin[a + 2 Pi/3 + t], Cos[a + 2 Pi/3]}}],
  4. {a, 0, 2 Pi - 0.001, Pi/50}]
  5. }, PlotRange -> {{-1, 1}, {-1, 1}}], {t, 0, 2 Pi}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement