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: Tue, 14 May 2013 17:37:06 +0200
  • Organization: GeometryFactory

On 05/14/2013 05:11 PM, placebo wrote:
Sebastien,

Indeed, using "Simple_cartesian" or
"Exact_predicates_inexact_constructions_kernel" allows me to find correct
NUMBER of intersections, BUT these kernels do not correctly return WHAT KIND
of intersections they are (i.e. Point, Segment, etc.). I have to use
"Exact_predicates_EXACT_constructions_kernel" if I want that information.
Does this sound right to you?

Do you need to construct the point or do you only need to know what is the type of the intersection?

If you only need the type there might be a cheaper solution. If you need
an exact construction then it is different.

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-tp4657400p4657425.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page