void DrawSplineSegmentLinear( Vector2C p1, Vector2C p2, double thick, ColorC color, ) { return _DrawSplineSegmentLinear(p1, p2, thick, color); }