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 = -300; bX = 50; aY = -50; bY = 350
Dx = 50; Dy = 50

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

function XX1(t) {x=-t*30; if(Ix(x)<1){x=1/0}; return x};
function YY1(t) {y=t*35; if(Iy(y)<1){y=1/0}; return y}; t1=0; t2=10
for(j=0;j<=5e3;j=j+1) {t=t1+(t2-t1)/5e3*(j-1);L1x[j]=XX1(t);L1y[j]=YY1(t)}