glOrtho

Is there a glOrtho equivalent in cocos2dx? I am trying to change my rendering size and origin. I want a custom width and height, something like glOrtho(~~13,13,~~10,10,–1,1). This is to be used with vector graphics and box2d. Any insights are welcome. (c++, cocos2dx 3.0 alpha0, iOS).