Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Vertices of Convex_hull_d

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Vertices of Convex_hull_d


Chronological Thread 
  • From: Bernd Gaertner <>
  • To:
  • Subject: Re: [cgal-discuss] Vertices of Convex_hull_d
  • Date: Tue, 02 Dec 2008 10:58:09 +0100


wrote:
I'd like to find vertices of convex hull of points in arbitrary dimension
using
Convex_hull_d. I just tried the 9 points of square centered at the origin.
Obviously, I should get 4 points, but I'm getting 8. Any thought?

The algorithm promises that the boundary of the hull is represented as a simplicial complex, but it does not promise that this simplicial complex is minimal. I therefore guess that what you get is correct according to the specifications of the algorithm.

Best,
Bernd.



Archive powered by MHonArc 2.6.16.

Top of Page