Determining the new faces (subpolygons) when vertical lines intersect polygon
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Sososasa
el 22 de Mzo. de 2014
Comentada: Sososasa
el 23 de Mzo. de 2014
Hi everyone,
If a polygon is inside a rectangle, and a set of vertical parallel lines where each of them pass through one vertex creating new faces.
Is there algorithm to determining the points of the new faces, when a vertical parallel lines cut polygon that lies inside rectangle?

0 comentarios
Respuesta aceptada
Image Analyst
el 22 de Mzo. de 2014
If you want to do it numerically, sure. Just turn it into an array (an image) and use find() to find the intersections in each column. If you want to do it analytically, then it seems to be a theoretical math or geometry problem - not sure it's a MATLAB problem.
7 comentarios
Image Analyst
el 23 de Mzo. de 2014
No, not unless you make it an image - a true color RGB image with pixels.
Más respuestas (0)
Ver también
Categorías
Más información sobre Elementary Polygons en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!