Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created September 1, 2013 02:24
Show Gist options
  • Save tmcw/6401908 to your computer and use it in GitHub Desktop.
Save tmcw/6401908 to your computer and use it in GitHub Desktop.
turtle(function(t) {
return (t < 500) ? -180 : [
function(t) { return Math.sin(t/50) * 50; },
function(t) { return Math.cos(t/50) * 50; }
];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment