Skip to content

Instantly share code, notes, and snippets.

@mappum

mappum/square.js Secret

Created October 13, 2016 06:10
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 mappum/a65893a8bc6860446685b457f40b3932 to your computer and use it in GitHub Desktop.
Save mappum/a65893a8bc6860446685b457f40b3932 to your computer and use it in GitHub Desktop.
{
positions: [[-1,-1],[-1,1],[1,-1],[1,1]],
edges: [[0,1],[1,2],[2,3],[3,0]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment