Searched refs:intersection (Results 1 – 3 of 3) sorted by relevance
223 Set<Object> intersection = new HashSet<Object>(expected); in assertEquals() local224 intersection.retainAll(actual); in assertEquals()229 + "\nIntersection: " + intersection); in assertEquals()
68 const Vector2* intersection, int intersectionLength);
1109 const Vector2* intersection, int intersectionLength) { in testIntersection() argument1131 if (testPointInsidePolygon(testPoint, intersection, intersectionLength)) { in testIntersection()1149 dumpPolygon(intersection, intersectionLength, "intersection"); in testIntersection()1151 Vector2 delta = intersection[i] - intersection[i - 1]; in testIntersection()