####################################### # GF Figure. Gf.cerchio = function (t,r) Gf.ellisse(t,r,r) Gf.ellisse = function (t,a,b) a*cos(t)+1i*b*sin(t)