Skip to content

Instantly share code, notes, and snippets.

@jkosoy
Created May 24, 2012 22:17
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 jkosoy/2784524 to your computer and use it in GitHub Desktop.
Save jkosoy/2784524 to your computer and use it in GitHub Desktop.
Grid Math (useful for image pixel data, too!)
x = index%cols;
y = floor(index/cols);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment