Replace polygon vertices outside boundary by vertices on boundary

2 vues (au cours des 30 derniers jours)
Marc Laub
Marc Laub le 22 Mai 2020
Commenté : Marc Laub le 22 Mai 2020
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 commentaires
darova
darova le 22 Mai 2020
I'd use polyxpoly to detect intersection points
Marc Laub
Marc Laub le 22 Mai 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

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Elementary Polygons dans Help Center et File Exchange

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by