Skip to content

Instantly share code, notes, and snippets.

@morgondag
Created November 3, 2014 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morgondag/254a46d48af8745a5f1e to your computer and use it in GitHub Desktop.
Save morgondag/254a46d48af8745a5f1e to your computer and use it in GitHub Desktop.
wroom
for (var i = 0; i < 6; i++) {
x = basepos.x + Math.sin( (Math.PI/12*i))*(600);
y = basepos.y + Math.cos( (Math.PI/12*i))*(600);
this.deployStar(x,y);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment