Searched refs:hullResult (Results 1 – 1 of 1) sorted by relevance
1337 int hullResult = span->hullsIntersect(oppSpan, &spanStart, &oppStart); in intersects() local1338 if (hullResult >= 0) { in intersects()1339 if (hullResult == 2) { // hulls have one point in common in intersects()1348 hullResult = 1; in intersects()1364 return hullResult; in intersects()