This paper considers the following problem : Given two points u and v in a simple polygon P, divide P into three parts, locus of points closer to u, that closer to v, and that equidistant from u and v. An O(n**2)-time algorithm is presented where n is the number of vertices of the simple polygon.
浅野 et al. (Tue,) studied this question.