Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: ChaoM <>
  • To:
  • Subject: [cgal-discuss] Re: Determining if a point is inside a polyhedron
  • Date: Wed, 27 Mar 2013 02:32:29 -0700 (PDT)

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