DrawSplineCatmullRom method
Draw spline: Catmull-Rom, minimum 4 points
Implementation
void DrawSplineCatmullRom(Pointer<Vector2C> points, int pointCount, double thick, ColorC color)
=> _DrawSplineCatmullRom(points, pointCount, thick, color);
Draw spline: Catmull-Rom, minimum 4 points
void DrawSplineCatmullRom(Pointer<Vector2C> points, int pointCount, double thick, ColorC color)
=> _DrawSplineCatmullRom(points, pointCount, thick, color);