DrawSplineSegmentBasis method
void
DrawSplineSegmentBasis()
Implementation
void DrawSplineSegmentBasis(
Vector2C p1,
Vector2C p2,
Vector2C p3,
Vector2C p4,
double thick,
ColorC color,
) {
return _DrawSplineSegmentBasis(p1, p2, p3, p4, thick, color);
}