Searched refs:alphaP (Results 1 – 1 of 1) sorted by relevance
102 double alphaP = (alphaL * lY - plY) / pY; in intersect_line_segments() local103 if (alphaP < 0.0 || alphaP > 1.0) { in intersect_line_segments()