DrawSplineBasis function

void DrawSplineBasis(
  1. StructPointer<Vector2D> points,
  2. int pointCount,
  3. double thick,
  4. ColorD color,
)

See RaylibCoreFlatModule.DrawSplineBasis.

Implementation

void DrawSplineBasis(
  StructPointer<Vector2D> points,
  int pointCount,
  double thick,
  ColorD color,
) => _module.DrawSplineBasis(points, pointCount, thick, color);