Lines Matching refs:coincident
20 Consider segments containing tiny or small intervals. Consider coincident segments
21 because coincidence finds intersections through distance measurement that non-coincident
228 // break the span so that the coincident part does not change the angle of the remainder
536 Opposite values result from combining coincident spans.
1146 // look for pairs of undetected coincident curves
1148 // Even though pairs of curves correct detect coincident runs, a run may be missed
1154 // the resulting run from point 1 to point 2 is coincident on A and B.
1188 // FIXME?: this assumes that if the opposite segment is coincident then no more
1670 bool coincident = true;
1677 coincident = false;
1695 coincident = true;
1699 return coincident;