Skip to Content.
Sympa Menu

cgal-discuss - Line_3 and BBox_3 intersection

Subject: CGAL users discussion list

List archive

Line_3 and BBox_3 intersection


Chronological Thread 
  • From: "Alejandro M." Aragón <>
  • To:
  • Subject: Line_3 and BBox_3 intersection
  • Date: Wed, 22 Aug 2007 09:38:48 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=hgzJQbl22hNjyeAZJKWLFX7cULPu5ZoBRtSQXRid0sWsrPAwzehkqDjwMBxwbUDBqYUxNZaTv8NOk4Q6uBEhM9dhVcspIRGdncYXKcsQTIjMJFmKwZCFB4paF6mZf+bgOsECteE/5d2k53vCGOfQDsXA+SXQOO5Kp0gZ9ElJpQk=

Hello everyone,

I am trying to intersect a line in three dimensions with a bounding box.
I thought that the best way to do this using the library was to obtain
the 8 points from the bounding box, then create 12 3D triangles and then
use the function DoIntersect_3 between the line and each of those
triangles. Is there a better way to accomplish this?

Thank you,





Archive powered by MHonArc 2.6.16.

Top of Page