Replace polygon vertices outside boundary by vertices on boundary

2 次查看(过去 30 天)
Hallo,
following probelm:
I have a cell arra where the coordinates of many polygons are in, generted by a voronoi tesselation. Since my seeda are finite, the polygons at the outer limits of my rnd seeds re elongated into infinite space. Which would be the best method, to replace the verticies outside a specified limit or to generate a vertice that does not exist yet, by vertices on that limiting boundarys?
As you can see in the pictute below, i want to replace the red vertices outside the black box and those which aret there because there is no intersection(right top corner), by the blue vertices, which are the intersection points of the outer boundary and polgon lines whoch have one point outide the box.
What would be the best method to do so?
  2 个评论
Marc Laub
Marc Laub 2020-5-22
intersect works much better.
Unfortunately the vertices of the intersection are with some small error. The x-coords of the intersection points with a horizontal line are of by like 10^-17 from the const horizontal value...I have to loop over it again and correct those value with a tolerance to the know const value of the hoizontal or vertical lines

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Elementary Polygons 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by