Bezier Curve by pooq

a=t(matrix(scan("stdin"),2))
for(i in 0:10/10)write((i^(0:3)*(1-i)^(3:0)*c(1,3,3,1))%*%a,"")

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

download

return to the top page