draws a cubic bezier path
Function ccDrawCubicBezier
#include <Geode/cocos/draw_nodes/CCDrawingPrimitives.h>
cocos2d::CCPointconst&origin
,cocos2d::CCPointconst&control1
,cocos2d::CCPointconst&control2
,cocos2d::CCPointconst&destination
,uintsegments
)⚠️ This function could be pretty slow. Use it only for debugging purposes.