Searched refs:hyp (Results 1 – 1 of 1) sorted by relevance
434 float hyp = (float) Math.hypot(dx, dy); in fling() local436 float ndx = dx / hyp; in fling()437 float ndy = dy / hyp; in fling()