Skip to content

Instantly share code, notes, and snippets.

@rt2zz
Created April 29, 2015 06:59
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 rt2zz/84816fa7d9e3f4dd8452 to your computer and use it in GitHub Desktop.
Save rt2zz/84816fa7d9e3f4dd8452 to your computer and use it in GitHub Desktop.
scale x by 2
[2 0 0 0
0 1 0 0
0 0 1 0
0 0 0 1]
scale y by 2
[1 0 0 0
0 2 0 0
0 0 1 0
0 0 0 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment