Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] segment and circle intersection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] segment and circle intersection


Chronological Thread 
  • From: Monique Teillaud <>
  • To:
  • Subject: Re: [cgal-discuss] segment and circle intersection
  • Date: Mon, 06 Oct 2008 13:42:20 +0200

Hi,

This is provided by the functor intersect_2 of the 2D Circular Kernel.

(there will be a global function in CGAL 3.4)

Best
Monique Teillaud

Mahmood Naderan wrote:
Hello,
It seems that intersection function used in CGAL does not compute intersection points of Segment_2 <http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Kernel_23_ref/Class_Segment_2.html#Cross_link_anchor_26><Kernel <http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Kernel_23_ref/Concept_Kernel.html#Cross_link_anchor_0>> seg and Circle_2 <http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Kernel_23_ref/Concept_Kernel--Circle_2.html#Cross_link_anchor_158><Kernel <http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Kernel_23_ref/Concept_Kernel.html#Cross_link_anchor_0>> circ
Does it have reason? I mean alot of objects are included but there is nothing about circle (or curve).
--------------------
Mahmood Naderan





Archive powered by MHonArc 2.6.16.

Top of Page