price
1 TEZ2/2 minted
Project #10196
Flowers generated by sinusoidal harmonics
A variation of my previous piece "Charms"
The code is merely:
for(let A=0; A < 6.29; A+=2*Math.PI/N)
{
for(x.beginPath(), a = 0; a < 6.29; a += I)
{
for(X = 0, Y = 0, i=15; i-- > 2;)
{
X += SCALEX * S(a*i) * C(K * T * i) * M / i;
Y += SCALEY * C(a*i) * S(T ** i) * M / i;
}
XX = X*C(A) + Y * S(A)
YY = -X*S(A) + Y * C(A)
x.lineTo(XX,YY)
}
x.stroke()
}
A variation of my previous piece "Charms"
The code is merely:
for(let A=0; A < 6.29; A+=2*Math.PI/N)
{
for(x.beginPath(), a = 0; a < 6.29; a += I)
{
for(X = 0, Y = 0, i=15; i-- > 2;)
{
X += SCALEX * S(a*i) * C(K * T * i) * M / i;
Y += SCALEY * C(a*i) * S(T ** i) * M / i;
}
XX = X*C(A) + Y * S(A)
YY = -X*S(A) + Y * C(A)
x.lineTo(XX,YY)
}
x.stroke()
}
Filters
Features
Listings