Bounds gpBounds = gamePiece.getBoundsInLocal(); ...
# tornadofx
c
Bounds gpBounds = gamePiece.getBoundsInLocal(); gpWidth = gpBounds.getWidth(); gpHeight = gpBounds.getHeight(); gpMidpointX = (gpWidth)/2; gpMidpointY = (gpHeight)/2;