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 = 1/0; return y }

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

// Con/with Lx=[a,b,..]; Ly=[A,B,..] or ... L9y=[A,B,..] ho una linea spezzata / I have a polyline (a,A)-(b,B)-...
L1x=[1,1+8,1+6,1+2,1]; L1y=[1,1,1+Math.sqrt(3)*2,1+Math.sqrt(3)*2,1] 
L2x=[3,3+4,3+3,3+1,3]; L2y=[1,1,1+Math.sqrt(3),1+Math.sqrt(3),1] 
L3x=[3,3+4,3+3,3+1,3]; L3y=[1+Math.sqrt(3)*2,1+Math.sqrt(3)*2,1+Math.sqrt(3),1+Math.sqrt(3),1+Math.sqrt(3)*2]