Skip to content

Instantly share code, notes, and snippets.

@foradian
Created May 11, 2011 11:47
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 foradian/966323 to your computer and use it in GitHub Desktop.
Save foradian/966323 to your computer and use it in GitHub Desktop.
Hack2 Area Finder
int find_area_index(int x_cordinate){
int x_offset = x_cordinate%FREENECT_FRAME_W; return x_offset/(FREENECT_FRAME_W/3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment