Re: [Algorithms] Polygon from point cloud and other from triangle list?
Brought to you by:
vexxed72
|
From: Simon F. <sim...@po...> - 2009-06-24 14:32:46
|
Jose Marin wrote: > Hi. > > Do you know some algorithm to create a polygon from a 2D point cloud? > The resulting polygon may be non-convex. What other constraints are required? If none then, AFAICS, given N points you could create (N-1)!/2 different (potentially self-intersecting) polygons. Simon |