nProc AngleByLine(long x,y,xx,yy) sub y,yy sub x,xx if x xx=int(57295.77951 * arctan(float(y)/float(x))) case x>0 : return 270000 + xx return 90000 + xx endif case y<0 : return 180000 return 0 endproc
Proc AngleByLine parameters x&,y&,xx&,yy& dec y&,yy& dec x&,xx& if x& xx& = int(57295.77951 * arctan(y& / x&)) case x&>0 : return 270000 + xx& return 90000+ xx& endif case y&<0 : return 180000 return 0 endproc
Session-Cookies