Puoi aprire il codice e modificare la funzione: vedi l'Help
You can open the Code and modify the function: see the Help
HELP

aX = 0; bX = 6; aY = 0; bY = 6
Dx = 1; Dy = 1

AX=BX=AY=BY=""
AAX=aX; BBX=bX; AAY=aY; BBY=bY

function XX1(t) {x=Math.cos(t)*2+4; if(Ix(x)<1){x=1/0}; return x};
function YY1(t) {y=Math.sin(t)*2+3; if(Iy(y)<1){y=1/0}; return y}; t1=0; t2=6.3
for(j=0;j<=5e3;j=j+1) {t=t1+(t2-t1)/5e3*(j-1);L1x[j]=XX1(t);L1y[j]=YY1(t)}