Searched refs:pointInsidePolygon (Results 1 – 1 of 1) sorted by relevance
202 if (pointInsidePolygon(poly1[i * 2], poly1[i * 2 + 1], poly2, poly2length)) { in intersection()211 if (pointInsidePolygon(poly2[i * 2], poly2[i * 2 + 1], poly1, poly1length)) { in intersection()357 private static boolean pointInsidePolygon(float x, float y, float[] poly, int len) { in pointInsidePolygon() method in Math3DHelper