Bezier Curve by hallvabo

q=map(input,['']*8)
b=t=0
exec((',\nu=1-t;w,x,y,z=q[b::2];b^=1;print"%.f"%(u**3*w+3*u*u*t*x+3*u*t*t*y+t**3*z)'*2)[1:]+';t+=.1')*11

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page