DrawSplineLinear method

void DrawSplineLinear(
  1. Pointer<Vector2C> points,
  2. int pointCount,
  3. double thick,
  4. ColorC color,
)

Implementation

void DrawSplineLinear(
  Pointer<Vector2C> points,
  int pointCount,
  double thick,
  ColorC color,
) {
  return _DrawSplineLinear(points, pointCount, thick, color);
}