Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] how to Check is point inside convex hull 3d?

Subject: CGAL users discussion list

List archive

[cgal-discuss] how to Check is point inside convex hull 3d?


Chronological Thread 
  • From: mahdavi <>
  • To:
  • Subject: [cgal-discuss] how to Check is point inside convex hull 3d?
  • Date: Mon, 7 Dec 2009 12:29:50 -0800 (PST)


hi all,
I want Check whether point is inside convex hull3d or out convexhull3d or
on convexhull3d?
my code for obtain convexhull is:
Polyhedron_3 Poly;
CGAL::Object ch_object;
CGAL::convex_hull_3(Pointch.begin(), Pointch.end(),ch_object );
CGAL::assign(Poly, ch_object);
thanks,


--
View this message in context:
http://n4.nabble.com/how-to-Check-is-point-inside-convex-hull-3d-tp954737p954737.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page