Function ccDrawCatmullRom

#include <Geode/cocos/draw_nodes/CCDrawingPrimitives.h>voidccDrawCatmullRom(
cocos2d::CCPointArray*arrayOfControlPoints
,
uintsegments
)

Since v2.0

draws a Catmull Rom path.

⚠️ This function could be pretty slow. Use it only for debugging purposes.

Examples0