DrawSplineCatmullRom function
Implementation
void DrawSplineCatmullRom(
Pointer<Vector2C> points,
int pointCount,
double thick,
ColorC color,
) => _module.DrawSplineCatmullRom(points, pointCount, thick, color);
void DrawSplineCatmullRom(
Pointer<Vector2C> points,
int pointCount,
double thick,
ColorC color,
) => _module.DrawSplineCatmullRom(points, pointCount, thick, color);