DrawSplineCatmullRom method
Implementation
void DrawSplineCatmullRom(
Pointer<Vector2C> points,
int pointCount,
double thick,
ColorC color,
) {
return _DrawSplineCatmullRom(points, pointCount, thick, color);
}
void DrawSplineCatmullRom(
Pointer<Vector2C> points,
int pointCount,
double thick,
ColorC color,
) {
return _DrawSplineCatmullRom(points, pointCount, thick, color);
}