Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Bbox_3 and Segment_3 intersection

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Bbox_3 and Segment_3 intersection


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss] Bbox_3 and Segment_3 intersection
  • Date: Wed, 24 Oct 2007 17:51:57 +0800

Thanks Andreas! It worked great after using Iso_cuboid_3. I guess I was mistaken earlier since I saw an intersection(Segment_3, Bbox_3) function in intersection_3_1_impl.h.

Thanks again,
~ash

Andreas Fabri wrote:
Hi Ash,

The intersection only works between kernel objects and the Bbox_2
and Bbox_3 are not part of it, as they are hardwired with double
coordinates. For the intersection you must use the Iso_rectangle_2
or the Iso_cuboid_3 instead.

andreas



Archive powered by MHonArc 2.6.16.

Top of Page