Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] a question on CGAL kernel

Subject: CGAL users discussion list

List archive

[cgal-discuss] a question on CGAL kernel


Chronological Thread 
  • From: Yifei Li <>
  • To:
  • Subject: [cgal-discuss] a question on CGAL kernel
  • Date: Tue, 20 Jul 2010 12:22:20 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CPixgYbIXllmAW1tpspoTTx8Y/NhhT4eSca2w06lmrVj9z40OBsDcb0FSS7W8Lz433 uVCvoz7/4p+1TOPSiKccyXv4M1X714PiJBOxFnhoe3FV56RGxuVIeVPctackqbYNKsxu DgyYChDVXgoNmuTrCl6apLhnB0HZv90+47qIQ=

Hi all,

I'm new to CGAL and confused by how different examples declare CGAL kernels.

For example, what's the different between the following declarations:

typedef Cartesian<double> K
typedef Exact_predicates_inexact_construction_kernel K

Is Exact_predicates_inexact_construction a super set of Cartesian<double>? 

I tried using Circle.has_on_boundary predicate with Cartesian<double>, I also got the correct answer

Thanks

Yifei



Archive powered by MHonArc 2.6.16.

Top of Page