Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] supporting_plane()

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] supporting_plane()


Chronological Thread 
  • From: Gmain <>
  • To:
  • Subject: Re: Re: [cgal-discuss] supporting_plane()
  • Date: Wed, 24 Jun 2009 15:41:52 +0200 (CEST)

Some questions :

<<Which kernel are you using ?
my kernel is:
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
typedef
CGAL::Filtered_kernel<CGAL::Simple_cartesian<CGAL::Lazy_exact_nt<CGAL::Gmpq >
>
>
Exact_predicates_exact_constructions_kernel;
typedef Exact_predicates_exact_constructions_kernel Kernel;


<<What happens if you initialize the triangles with some values
<<instead of just default constructing them ?
I do initialize my triangles with some values;
Triangle T2(a,b,c); with a,b,c are Point_3


<<Can you send a small, stand-alone, complete, program reproducing it ?
The points a,b,c are computed in an intersection process, so it is hard to
create a stand alone program with the same error! And I only have the problem
with the special input stl file with other stl datas there is no problem at
this point.
strange



Archive powered by MHonArc 2.6.16.

Top of Page