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 Woxi keeps it symbolic on its own so the graphical front ends (the
playground and Woxi Studio) can render it as a graphic, like Wolfram notebooks
do. (wolframscript instead lowers it to a Region[ParametricRegion[…]], so
this bare form is documentation only and not part of the conformance sweep; it
is covered by the polar_curves_stay_symbolic_in_script_mode unit test.)
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.