Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Determining if a point is inside a polyhedron

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Determining if a point is inside a polyhedron


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Determining if a point is inside a polyhedron
  • Date: Wed, 27 Mar 2013 10:51:11 +0100
  • Organization: GeometryFactory

CGAL already has an include file Triangle_3_Ray_3_do_intersect.h that need to be replaced by the one provided (which is why there is the include_directories(BEFORE include) in the cmake script).

Sebastien.

On 03/27/2013 10:32 AM, ChaoM wrote:
Hi Sebastien:
I do not exactly understand what do you mean?
I list the files I uesd
"
#include<boost/lexical_cast.hpp>
#include<boost/math/special_functions/round.hpp>

#include<iostream>
#include<list>
#include<CGAL/Bbox_3.h>
#include<CGAL/Simple_cartesian.h>
#include<CGAL/AABB_tree.h>
#include<CGAL/AABB_traits.h>
#include<CGAL/AABB_triangle_primitive.h>
#include<CGAL/AABB_segment_primitive.h>
#include<CGAL/Polyhedron_3.h>
#include<CGAL/AABB_polyhedron_triangle_primitive.h>
#include<CGAL/Gmpq.h>
#include<cassert>
#include<math.h>
#include "COpenGL.h"
#include "Point_inside_polyhedron_3.h"
#include "Triangle_3_Ray_3_do_intersect.h"
"
Do you mean that I forget taking the "Triangle_3_Ray_3_do_intersect.h"" in
my code?

I actually do it !But the problem exit!
So please exlpain to me more details~ Thanks!



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Determining-if-a-point-is-inside-a-polyhedron-tp4523460p4657047.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.18.

Top of Page