Re: Finding edges of a given polyhedra in 3D



klaus hoffmann wrote:
Patricia Shanahan wrote:
.....
Similarly, for the 2D polygon, I don't think the original diagonal
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
The OP has only the corners of a 3d-polyhedron. I don't know how they specify a nonconvex figure


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
.



Relevant Pages

  • Re: Creating a shape from a set of points
    ... I have a bunch of points ... Are you looking for the convex hull? ... Polygon is a particularly convenient ... home dot woh dot rr dot com slash jbmatthews ...
    (comp.lang.java.programmer)
  • Re: modification of convex hull
    ... polygon X which contains all points of P. ... don't know how to reduce properly it's number of verticies. ... Perhaps you can say why you were disappointed by starting with the convex hull and reducing it. ... did you experiment with different criteria for choosing the edge to eliminate? ...
    (comp.graphics.algorithms)
  • Re: Novice 2D question: How to find points in a convex hull/polygon in a 2D grid (including points
    ... but perhaps a normal polygon rasterizing algorithm can do ... > checks all the points in a set to find the convex hull but I already ... > convex hull that lie on 2D grid points and their maximum number (the ... > with S that should be 0 if it's on the border, ...
    (microsoft.public.win32.programmer.directx.graphics)
  • Re: Arrange points so polygon is not self intersecting
    ... Call your set of points S. Find the convex hull of S. ... form a polygon with non-intersecting sides. ... If the C language implements the type long long int ... typedef long long int2; ...
    (sci.math)
  • Re: Arrange points so polygon is not self intersecting
    ... Call your set of points S. Find the convex hull of S. ... Sweep a ray R emminating from P through 360 degrees. ... Line segments connecting adjacent points in the list created by ... form a polygon with non-intersecting sides. ...
    (sci.math)