Sunflower fractal: Difference between revisions

m
m (→‎{{header|Perl 6}}: Minor tweaks, add more explanatory verbiage.)
m (→‎{{header|Perl 6}}: possessive)
Line 58:
This is not really a fractal. It is more accurately an example of a Fibonacci spiral or Phi-packing.
 
Or, to be completely accurate: It is a variation of a generative [[wp:Fermat_spiralFermat's_spiral|Fermat's spiral]] using the Vogel model to implement phi-packing. See: [https://thatsmaths.com/2014/06/05/sunflowers-and-fibonacci-models-of-efficiency/ https://thatsmaths.com/2014/06/05/sunflowers-and-fibonacci-models-of-efficiency]
 
<lang perl6>use SVG;
10,343

edits