Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Convex hull and Polyhedron_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Convex hull and Polyhedron_3


Chronological Thread 
  • From: Bernd Gaertner <>
  • To:
  • Subject: Re: [cgal-discuss] Convex hull and Polyhedron_3
  • Date: Wed, 05 Sep 2007 09:24:47 +0200

Dear Laurent,

both the convex hull algorithms as well as the polyhedron class have predefined traits classes that in turn depend on a kernel. One way I see is to extend your kernel by replacing Point_3 with your enriched version (see section 2.5 on extensible kernels in the manual; this section features example code). Then you use this enriched kernel in both predefined traits classes. As I never tried this myself, I can't promise that it works, though.

Best,
Bernd.



Archive powered by MHonArc 2.6.16.

Top of Page