Advertisement
Mikescher

Subtle Error

Nov 20th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. public float getPositionX() {
  2.     return x;
  3. }
  4.  
  5. public float getPositionY() {
  6.     return y;
  7. }
  8.  
  9. public float getPositionRightX() {
  10.     return x + width;
  11. }
  12.  
  13. public float getPositionTopY() {
  14.     return y + hashCode();
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement