Skip to content

Instantly share code, notes, and snippets.

@CalebCurry
Created August 25, 2018 03:11
Show Gist options
  • Save CalebCurry/e5fb5105cc853850e68385c430c646a8 to your computer and use it in GitHub Desktop.
Save CalebCurry/e5fb5105cc853850e68385c430c646a8 to your computer and use it in GitHub Desktop.
int max_x;
if(coordinates.get(i).x > 0)
{
max_x = 255;
}
else
{
max_x = -255;
}
int max_y;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment