DrawCircleSectorLines method
void
DrawCircleSectorLines()
Implementation
void DrawCircleSectorLines(
Vector2C center,
double radius,
double startAngle,
double endAngle,
int segments,
ColorC color,
) {
return _DrawCircleSectorLines(
center,
radius,
startAngle,
endAngle,
segments,
color,
);
}