Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] DoIntersect_3

Subject: CGAL users discussion list

List archive

[cgal-discuss] DoIntersect_3


Chronological Thread 
  • From: Vani Murarka <>
  • To:
  • Subject: [cgal-discuss] DoIntersect_3
  • Date: Thu, 30 Sep 2010 09:42:46 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=XqGr1PQRyRyhegQ6iPwiOGI60/uGqB2ya8976hALZOIZ7Pv+4vpV1YQDbDjPNoFFaw gGNDYuyLxrcuiv1PKBF7VHEGQvDxFWI+dFSqT2ktwQrMxcPD8vbss2AM8vGkFhNNPxma umJoIoOmrCXK2oURryMpbL19S02WESbwEg5lY=

Hi,
 
I am trying to use DoIntersect_3 of the Spherical Kernel in the following way:

typedef

CGAL::Exact_spherical_kernel_3 EK;

// irrelevant code skipped

bool
eIntersect = EK::DoIntersect_3(lArc, c);
lArc is a Line_arc_3 and c is a Circle_3 both under the Exact_spherical_kernel_3.
 
However, I am getting the following compilation error
'DoIntersect_3' : is not a member of 'CGAL::Spherical_kernel_3<LinearKernel,AlgebraicKernel>'
 
Any idea what I am doing wrong? As far as I can make out from the documentation, DoIntersect_3 is a member of the Spherical Kernel.
 
Thanks
 
Vani

 



Archive powered by MHonArc 2.6.16.

Top of Page