Home | History | Annotate | Download | only in input

Lines Matching refs:y1

91 inline static float distance(float x1, float y1, float x2, float y2) {
92 return hypotf(x1 - x2, y1 - y2);