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

function f(x) { y = 180; return y }
function g(x) { if(x<=200) {y=120} else {y=120+0.6*(x-200)}; return y }

aX = 0; bX = 400; aY = 0; bY = 250
Dx = 50; Dy = 50

AX = ""; BX = ""; AY = 200; BY = "n"
AAX="0"; BBX="400"; AAY="0"; BBY="250"

T0=["120",-20,120]; T1=["180",-20,180]; T2=["F",410,180]; T3=["G",410,240]