I have a circular shaped sprite. And I don't want to use Box2d physics mechanism i.e creating body and getting the radius.
Is there any mechanism in cocos2d to detect that a sprite is circular in shape and from that we can get the radius of the sprite programmatically?
Thanks.