Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Divide by Zero in AABB tree

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Divide by Zero in AABB tree


Chronological Thread 
  • From: schrodingersnewcat <>
  • To:
  • Subject: [cgal-discuss] Re: Divide by Zero in AABB tree
  • Date: Tue, 26 Mar 2013 11:57:52 -0700 (PDT)

The polyhedron I'm executing the query on:

OFF
8 12 0

-0.5 -0.5 -0.5
-0.5 -0.5 26.86
-0.5 50 -0.5
-0.5 50 26.86
50 -0.5 -0.5
50 -0.5 26.86
50 50 -0.5
50 50 26.86
3 0 2 4
3 4 2 6
3 0 1 2
3 2 1 3
3 1 0 4
3 5 1 4
3 5 4 6
3 7 5 6
3 2 3 6
3 6 3 7
3 3 1 5
3 7 3 5

The point is (0.5, 1, 25).

My program uses MPI, but currently is not multithreaded. I know that this
information isn't likely to be much help either. Let me know what will be.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Divide-by-Zero-in-AABB-tree-tp4657026p4657039.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page