getXY/setXY relative to the center of an image/TextureMapper
Is there a way to get/set the coordinate of an image or a Texture Mapper realtive to its center?
I think one suitable idea I have is to overload the class with new methods called like getXYcenter where I get the X coordinate and add half of the width (the same with Y and heigh)
On the other hand, setXYcenter would take the X coordinate and use setX minus half of the width (the same with Y and heigh)
Does it make sense? Or are there something already implemented?


