algorithm - How to find the 'outline' of a (concave) graph in 2D plane? -


i have connected graph in 2d plane composed of vertices , edges defined between them. overall shape of graph not convex, i.e. adjacent vertices on convex hull not connected edge. there existing algorithm finds 'outline' of graph? issue that's troubling me outline polygon may contain vertices not vertices in original graph, rather intersection of 2 edges, i'm not quite sure how deal it...

thanks!

niko


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -