Suppose I have overlapping polygons. Neither is necessarily convex. What's an efficient algorithm to find a point interior to both of them and not on either's boundary?
Assuming that they overlap, and our polygons are defined by their sets of vertices in 3D.