Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Circle Line Intersection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Circle Line Intersection


Chronological Thread 
  • From: 陳 柏宏 <>
  • To:
  • Subject: Re: [cgal-discuss] Circle Line Intersection
  • Date: Wed, 19 Dec 2007 15:57:05 +0800 (CST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.tw; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=b1GkJBddasS/yyFotgRDt2Mj1uig8C7doJQjCt3cetMMalgGvw9gK/TaHddLcvX2lGXTzaHioyO7zeN8kPdlc2bwFWlzNiTXFe23C8ZKbvQEa0RzER86AoKugT/zd88H50iO3AeGQc6N/bQqNGaHu9IA8fopiRsubztujGDqWDE=;

hi,
thanks for replying. i am still not sure how to use it
to find the intersection of a circle and line though..
the closest constructor i could find is
Circular_arc_2<CircularKernel> ca (
CircularKernel::Circle_2 c,
CircularKernel::Circular_arc_point_2 p1,
CircularKernel::Circular_arc_point_2 p2);
Constructs the circular arc supported by c, that is
oriented counterclockwise, whose source is p1 and
whose target is p2.
Precondition: p1 and p2 lie on c.

and it does not seem that it automatically finds
intersection points. am i missing something here?

---

說:

> Sorry, I made a mistake in my answer. It seems the
> intersection
> Line_2/Circle_2 was forgotten in this functor...
> You can use the constructor
> CircularKernel::ConstructCircularArc_2 instead.
>
>
> wrote:
> > yes, in the following chapter:
> >
> > II Geometry Kernels
> > 4 2D Circular Geometry Kernel
> > The intersection computed by functor
> CircularKernel::Intersect_2 will
> > give you a CircularKernel::Circular_arc_point_2
> and you can access its
> > coordinates as CGAL::Root_of_2 numbers.
> >
> > Monique Teillaud
> >
> > 陳 柏宏 wrote:
> >
> >> Is there a function for finding the intersections
> >> between one circle and one line?
> >>
> >>
> >>
> >>
>
______________________________________________________________________________________
>
> >>
> >>
>
怎樣減少垃圾信?只要看到垃圾信,立即按下「這是垃圾信」按鈕。http:
>
> >> //tw.promo.yahoo.com/antispam/index.html
> --
> You are currently subscribed to cgal-discuss.
> To unsubscribe or access the archives, go to
> https://lists-sop.inria.fr/wws/info/cgal-discuss
>




______________________________________________________________________________________
怎樣減少垃圾信?只要看到垃圾信,立即按下「這是垃圾信」按鈕。http://tw.promo.yahoo.com/antispam/index.html



Archive powered by MHonArc 2.6.16.

Top of Page