Created
March 15, 2012 17:42
-
-
Save levinotik/2045556 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
float largestX = dirtyFoot.getPosition().x + (dirtyFoot.getContentSize().getWidth()/2); | |
float smallestX = dirtyFoot.getPosition().x - (dirtyFoot.getContentSize().getWidth()/2); | |
float smallestY = dirtyFoot.getPosition().y - (dirtyFoot.getContentSize().getHeight()/2); | |
float largestY = dirtyFoot.getPosition().y + (dirtyFoot.getContentSize().getHeight()/2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment