Searched refs:hyp (Results 1 – 4 of 4) sorted by relevance
374 float hyp = (float) Math.hypot(dx, dy); in fling() local376 float ndx = dx / hyp; in fling()377 float ndy = dy / hyp; in fling()
182 double m,hyp[27],x1_temp[3],x2_temp[3],xp1_temp[3],xp2_temp[3]; in db_StitchRotationCommonFocalLength_3Points() local208 hyp_point=hyp+9*i; in db_StitchRotationCommonFocalLength_3Points()225 db_Copy9(H,hyp+9*best_sol); in db_StitchRotationCommonFocalLength_3Points()
411 float hyp = (float) Math.hypot(dx, dy); in fling() local413 float ndx = dx / hyp; in fling()414 float ndy = dy / hyp; in fling()
811 float hyp = (float) Math.sqrt(curDx * curDx + curDy * curDy); in startScroll() local813 float velocityX = velocity * curDx / hyp; in startScroll()814 float velocityY = velocity * curDy / hyp; in startScroll()