The following problem is considered: Given a rectilinear simple polygon P and a point q in its exterior; find the region that is reachable from q along orthogonal paths with at most k bends. We present an efficient algorithm which runs in O(kn) time, where n is the number of vertices.
浅野 et al. (Sun,) studied this question.