Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Is there an existing function to get the bboxof

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Is there an existing function to get the bboxof


Chronological Thread 
  • From: Ashwin Nanjappa <>
  • To:
  • Subject: Re: [cgal-discuss] Is there an existing function to get the bboxof
  • Date: Fri, 13 Jun 2008 18:56:53 +0800

Max wrote:
>
> Just one more question - suppose I have a bunch of bbox_3,
> what is the convenient way to get the 'union' of them.

There doesn't seem to be a function that does this. But, using the values
of x/y/z-min(), x/y/z-max(), you can easily create a function that does
this for your bbox_3 list.

Regards,
~ash



Archive powered by MHonArc 2.6.16.

Top of Page