Searched refs:hullResult (Results 1 – 1 of 1) sorted by relevance
1257 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects() local1258 if (hullResult >= 0) { in intersects()1259 if (hullResult == 2) { // hulls have one point in common in intersects()1268 hullResult = 1; in intersects()1284 return hullResult; in intersects()