Searched refs:pdx (Results 1 – 1 of 1) sorted by relevance
100 double pdx = x - x1; in calc_segment_point_u() local103 return (pdx * dx + pdy * dy) / (dx * dx + dy * dy); in calc_segment_point_u()