DrawSplineSegmentCatmullRom function
void
DrawSplineSegmentCatmullRom()
Implementation
void DrawSplineSegmentCatmullRom(
Vector2D p1,
Vector2D p2,
Vector2D p3,
Vector2D p4,
num thick,
ColorD color,
) => _module.DrawSplineSegmentCatmullRom(p1, p2, p3, p4, thick, color);