View Single Post
Old 17th June 2006, 02:08 AM   #2
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,565
Default Re: Convex Hull problems

The key word is 'convex'. If you imagine shrinking a rubber balloon over the vertices, any vertices which are not 'on the edge' will not touch the balloon. For a vertex to be part of the final shape, it must 'stick out'. If there's a vertex you need to have in the final shape, move it outwards, do the convex hull, and then move the vertex back.

It's more like putting a (deflated) balloon around the vertices, rather than 'vacuum packing'.

Last edited by Andy; 17th June 2006 at 03:29 AM.
Andy is offline   Reply With Quote