Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL::do_intersect

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL::do_intersect


Chronological Thread 
  • From: Gmain <>
  • To:
  • Subject: [cgal-discuss] CGAL::do_intersect
  • Date: Tue, 8 Sep 2009 11:03:59 +0200 (CEST)

Hi all,

I´m using CGAL::do_intersect(Kernel::Triangle_3 T1,Kernel::Triangle_3 T2) as a
test before starting the real intersection process.

My Kernel is:
typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel;

My Question: Is the result of the function CGAL::do_intersect exact or do I
need to take:
typedef CGAL::Exact_predicates_exact_constructions_kernel Kernel;
as Kernel?

Tx in advance
Franki



Archive powered by MHonArc 2.6.16.

Top of Page