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