I have rotated an image in libgdx using this method,
SpriteBatch.draw(TextureRegion region, float x, float y, float originX, float originY, float width, float height, float scaleX, float scaleY, float rotation)
But i dont know how to get the co-ordinates of the rotated image.