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

R=base=6
function f(x) { y = Math.sqrt(R*R-x*x); return y }
function g(x) { y = -Math.sqrt(R*R-x*x)+base; return y }
xh = Math.sqrt(3)/2*base

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

C1="black"; L1x=[0,0,xh,0]; L1y=[base,0,base/2,base]

linew=3; linef=1; lineg=1