Skip to content

Instantly share code, notes, and snippets.

@fj
Created November 13, 2014 01:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fj/3f2d8c39acee5ef6d486 to your computer and use it in GitHub Desktop.
Save fj/3f2d8c39acee5ef6d486 to your computer and use it in GitHub Desktop.
case point
pattern (x, y): ... # 2d point
pattern (x, y, z): ... # 3d point
pattern (x, y, z, w): ... # quaternion
# etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment