Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] cgal-intersection-0.4

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] cgal-intersection-0.4


Chronological Thread 
  • From: Matthew Denno <>
  • To:
  • Subject: Re: [cgal-discuss] cgal-intersection-0.4
  • Date: Mon, 15 Jun 2009 17:13:01 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=W5yyDloPANln5WDL2z2Ynnys/y0ZDSaQ1YkyyOCP7TA6JhhvkfoYfmA8Gc+ZwJfmp1 2aXH25MjUjrltZMULxSLJ+gYCsvBw22qCGq5Tof9HrrP35x/g66UzpqsCB+7jbmqKdFd a05Sydf8N0i+A2r3JB+46EKjEVWzjszHONInE=

Thanks for your input.  I will try to install the extension and see if it works with CGAL v3.4.  If not I will try and come up with a work around or different approach to my problem

On Mon, Jun 15, 2009 at 4:27 PM, Laurent Rineau (GeometryFactory)<> wrote:
> (Sorry, I send a mail twice by error. Here is the second one I should have
> sent.)
>
> Le lundi 15 juin 2009 14:41:59, Matthew Denno a écrit :
>> Thank you Laurent for your reply.
>>
>> I have been experimenting with do_intersect, so I can now identify which
>> triangles intersect but not the geometry of the intersection (Segment,
>> Point, Polygon). Do you know if there are any plans to include Triangle_3
>> - Triangle_3 intersection in future versions?
>
> As far as I know that will not be part of next release. Nobody is working on
> that. If you want to handle only the generic case, you can do:
>
> if(do_intersect(t1, t2) {
> Object obj = intersection(t1.supporting_plane(), t2.supporting_plane());
> // ...
> }
>
>
>
>
> --
> Laurent Rineau, PhD
> Engineer at GeometryFactory
> http://www.geometryfactory.com/
>
>




Archive powered by MHonArc 2.6.16.

Top of Page