Re: Finding edges of a given polyhedra in 3D
- From: Patricia Shanahan <pats@xxxxxxx>
- Date: Sun, 29 Oct 2006 14:27:29 GMT
klaus hoffmann wrote:
Patricia Shanahan wrote:.....
Similarly, for the 2D polygon, I don't think the original diagonalThe OP has only the corners of a 3d-polyhedron. I don't know how they specify a nonconvex figure
crossing idea works for non-convex:
A------B
| |
| C--D
| |
| E--F
| |
G------H
The lines CF and DE intersect outside the area of the polygon, but
neither is an edge.
Patricia
Perhaps I should turn my question around. Suppose some of the vertices
are inside the convex hull of the other vertices, as in my figure. What
is the OP supposed to do in that situation, or is it prohibited?
If the OP is allowed to drop points that are inside the convex hull, or
if the polygon or polyhedron is guaranteed to be convex, then the OP is
asking for the convex hull of a finite set of points in 2 or 3
dimensions, well studied problems with published algorithms.
Patricia
.
- Follow-Ups:
- Re: Finding edges of a given polyhedra in 3D
- From: macio
- Re: Finding edges of a given polyhedra in 3D
- References:
- Finding edges of a given polyhedra in 3D
- From: macio
- Re: Finding edges of a given polyhedra in 3D
- From: klaus hoffmann
- Re: Finding edges of a given polyhedra in 3D
- From: Patricia Shanahan
- Re: Finding edges of a given polyhedra in 3D
- From: klaus hoffmann
- Finding edges of a given polyhedra in 3D
- Prev by Date: Re: Counter example for Mr. Diaby algorithm solving TSP problem in polynomial time
- Next by Date: Re: Counter example for Mr. Diaby algorithm solving TSP problem in polynomial time
- Previous by thread: Re: Finding edges of a given polyhedra in 3D
- Next by thread: Re: Finding edges of a given polyhedra in 3D
- Index(es):
Relevant Pages
|