TY - JOUR AU - Tereshchenko, Vasyl AU - Tereshchenko, Yaroslav PY - 2017/09/30 Y2 - 2024/03/28 TI - TRIANGULATING A REGION BETWEEN ARBITRARY POLYGONS JF - International Journal of Computing JA - IJC VL - 16 IS - 3 SE - DO - 10.47839/ijc.16.3.899 UR - https://www.computingonline.net/computing/article/view/899 SP - 160-165 AB - The paper presents an optimal algorithm for triangulating a region between arbitrary polygons on the plane with time complexity O(N log⁡N ). An efficient algorithm is received by reducing the problem to the triangulation of simple polygons with holes. A simple polygon with holes is triangulated using the method of monotone chains and keeping overall design of the algorithm simple. The problem is solved in two stages. In the first stage a convex hull for m polygons is constructed by Graham’s method. As a result, a simple polygon with holes is received. Thus, the problem of triangulating a region between arbitrary polygons is reduced to the triangulation of a simple polygon with holes. In the next stage the simple polygon with holes is triangulated using an approach based on procedure of splitting polygon onto monotone polygons using the method of chains [15]. An efficient triangulating algorithm is received. The proposed algorithm is characterized by a very simple implementation, and the elements (triangles) of the resulting triangulation can be presented in the form of simple and fast data structure: a tree of triangles [17]. ER -