Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Finding intersection segment

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Finding intersection segment


Chronological Thread 
  • From: Oleg <>
  • To:
  • Subject: [cgal-discuss] Re: Finding intersection segment
  • Date: Tue, 20 Mar 2012 03:53:53 -0700 (PDT)


Zohar wrote
>
> 1. You must use Exact_predicates_exact_constructions_kernel
> 2. The assigned handle for assign() should be const. In this case the
> segment handle.
>
Thanks!
1. What am I to do if the example already uses
Exact_predicates_inexact_constructions_kernel? Can I use two different
kernels in the same example?
2. This additional code basically came from here:
http://www.cgal.org/Manual/beta/doc_html/cgal_manual/STL_Extension_ref/Class_Object.html
. In my case all the definitions look the same, but I never get inside cycle
"if (assign(seg, obj)){}"..

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Finding-intersection-segment-tp4488033p4488342.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page