Searched refs:integerPolygon (Results 1 – 1 of 1) sorted by relevance
249 GeometryCoordinates integerPolygon; in polygonIntersectsBox() local251 integerPolygon.push_back(convertPoint<int16_t>(point)); in polygonIntersectsBox()262 return util::polygonIntersectsPolygon(integerPolygon, bboxPoints); in polygonIntersectsBox()