Searched refs:length_0 (Results 1 – 1 of 1) sorted by relevance
1847 float length_0 = sqrtf((p2->X-p1->X)*(p2->X-p1->X)+(p2->Y-p1->Y)*(p2->Y-p1->Y)); in widen_joint() local1849 float dx0 = distance * (p2->X - p1->X) / length_0; in widen_joint()1850 float dy0 = distance * (p2->Y - p1->Y) / length_0; in widen_joint()