Home | History | Annotate | Download | only in Intersection

Lines Matching full:mousey

4701 var mouseX = Infinity, mouseY;
4710 mouseY = (e.clientY - top - Math.ceil(at_y)) / unit + yStart;
4715 var num = mouseX.toFixed(3) + ", " + mouseY.toFixed(3);