Pentagram: Difference between revisions

Content added Content deleted
(Added Delphi example)
m (J: was pentagon, need pentagram)
Line 518: Line 518:


<lang j>require'plot'
<lang j>require'plot'
plot j./2 1 o./180p_1 %~ 72*i. 6</lang>
plot j./2 1 o./180p_1 %~ 144*i. 6</lang>


This will give a pentagram with a blue border and a white interior.
This will give a pentagram with a blue border and a white interior.