Lets say I have this body which represents a car:

The position of the body is: 0.662346, 1.01895
If I set the cursor there --> setCursor(0.662346, 1.01895);
The cursor is placed properly:

Now have an image attached to that body. See it here:

I want to know where is the center of that image relative to the origin of coordinates!
Obviously, it is not the property center whose value is: 0.664493, -0.819155
If I place the cursor in that point:
setCursor(0.664493, -0.819155);

It is not the center of the image, obviously. I can see that maybe, the center of the image is RELATIVE to the position of the body the image is attached to. Let's try, I place the cursor in the body position + the center of the image:
setCursor(0.662346+0.664493, 1.01895-0.819155);

IT IS NOT THE CENTER OF THE IMAGE NEITHER!
This smells like a bug to me... I am using R.U.B.E for osx version 1.7.4 (paid version ofc).