Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Outputting results from an exact kernel

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Outputting results from an exact kernel


Chronological Thread 
  • From: Hamid G <>
  • To:
  • Subject: Re: [cgal-discuss] Outputting results from an exact kernel
  • Date: Wed, 08 Dec 2010 18:03:18 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=RqIP3O9HsoH1ExjGO44nQX4qMccH0bjpjRiufFxf2XySdG3ZNJGUwTBtgiO78cBy/N FDrearZ8hH/kpsIFnRA6aq7/R75fYVTjHcZl7AKunJxprkRWQOuy3lT6+zb8Ha3NOiMB k9YlBryVRxZ/xj0fW7bYiCPVD0sz/MPRFMA2s=

On 12/6/10 12:41 PM, Sebastien Loriot (GeometryFactory) wrote:


CGAL::Cartesian_converter<K1,K2> converter;

K1::Point_3 p_k1(1,2,3);
K2::Point_3 p_k2 = converter( p_k1 );


Thanks for this, I really need to try it.

Can the assertion happen at any step 1,2,3,4 ? or is it happening always
at 3 or 4? does this happen while reading Polyhedra?

No that assertion failure happens only when I use Make_mesh_3, which uses a polyhedron as its input. So it only happens at step 4.



Archive powered by MHonArc 2.6.16.

Top of Page