Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: triangle_query to AABB_triangle_tree fails.

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: triangle_query to AABB_triangle_tree fails.


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: triangle_query to AABB_triangle_tree fails.
  • Date: Wed, 15 May 2013 07:21:13 +0200
  • Organization: GeometryFactory

On 05/14/2013 06:27 PM, placebo wrote:
Sebastien,

Do I need to construct the point?

In the example above, the points are the first thing I "construct". The
triangles are constructed from those points and the tree is constructed from
the triangles. My query triangle is also constructed from the points. So,
should not the points already be constructed? I do not see why to
reconstruct them.

Thanks.
Sorry I meant constructing the intersection.

If you don't, then you can call all_intersected_primitives and use
orientation tests with triangle points to see in which case you are.
This would require a kernel with only exact predicates.

Sebastien.




-----
Willie B. Maddox Ph.D.
Physicist / Senior Systems Modeler
Science Applications International Corporation
Huntsville, AL USA
--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/triangle-query-to-AABB-triangle-tree-returns-incorrect-intersection-objects-tp4657400p4657430.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page