Lines Matching refs:delta_x
4642 float delta_x = pPoint1->x - pPoint2->x;4644 return (float)sqrt((double)delta_x*delta_x + delta_y*delta_y);