HOME | DD

pixel-flow — parametric flower

Published: 2009-08-26 02:54:45 +0000 UTC; Views: 215; Favourites: 0; Downloads: 0
Redirect to original
Description this is a flower generated by parametric functions. a sine wave controls the radius, and another twice the frequency affects the trace around the circle, giving it nice pointed tips.

gnuplot source!

### a pointed flower ###
petals = 5
fleaf(t) = sin(t*petals)+2
fcir(t) = sin(t*petals*2)*0.1
plot sin(t+fcir(t))*fleaf(t), cos(t+fcir(t))*fleaf(t)
Related content
Comments: 0