0 Members and 3 Guests are viewing this topic.
It's not the center like (width / 2, height / 2), it's the center of translation/rotation/scaling that you set with SetCenter. So yes, it's always (0, 0) until you change it
In SFML 2, the method is called GetOrigin(), this name is less confusing.
So I assume SFML2 won't be backward compatible with SFML?