Searched refs:testy (Results 1 – 1 of 1) sorted by relevance
360 float testy = y; in pointInsidePolygon() local362 if (((poly[i * 2 + 1] > testy) != (poly[j * 2 + 1] > testy)) && in pointInsidePolygon()363 (testx < (poly[j * 2] - poly[i * 2]) * (testy - poly[i * 2 + 1]) in pointInsidePolygon()