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: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] cgal-intersection-0.4
  • Date: Mon, 15 Jun 2009 22:27:13 +0200
  • Organization: GeometryFactory

(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