CGRectContainsPoint, CGRectIsNull, CGRectIsInfinite, can be integrated into cocos2d-x?

cause i am translating CCMenuAdVanced,

want cocos2d-x groups translate this three function…CGRectContainsPoint, CGRectIsNull, CGRectIsInfinite,

CCRect::CCRectContainsPoint has been implemented, ok, we will implement other two functions.
#945 is created for it.

Hello I was wondering if could be ported “CGRectContainsRect” as well.

Is a good function from cocos2d :slight_smile:

Thanks in advanced

Nevermind I have found it xD

CCRect::CCRectIntersectsRect

Thanks anyway!