Replace polygon vertices outside boundary by vertices on boundary

2 views (last 30 days)
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 Comments
Marc Laub
Marc Laub on 22 May 2020
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

Sign in to comment.

Answers (0)

Categories

Find more on Elementary Polygons in Help Center and File Exchange

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!