PolarCurve¶
Graphics primitive representing the polar curve with radius r as a
function of the angle t over the range t0 to t1:
PolarCurve[r, {t, t0, t1}].
In the CLI it stays symbolic on its own (graphical front ends like the playground and Woxi Studio render it as a graphic, like Wolfram notebooks):
Inside Graphics it is rendered as a curve:
Style directives like colors and Thickness apply as for Line:
Use FilledPolarCurve to fill the region
enclosed by the curve.