Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Testing if point is contained in a convex hull

Subject: CGAL users discussion list

List archive

[cgal-discuss] Testing if point is contained in a convex hull


Chronological Thread 
  • From: "Natty" <>
  • To: "cgal-discuss" <>
  • Subject: [cgal-discuss] Testing if point is contained in a convex hull
  • Date: Thu, 24 May 2007 21:29:22 +0800

hi,

the CGAL is a new lib for me, i need a function
to construct a "buffer" of some points,or some lines,
or some polygons. I notice there is something smiliar
in chapter 16 of the manul <<2D Straight Skeleton and
Polygon Offsetting>>.

I copy the example code to my project, compile and link
is all right, however, when running there is no result.
When debug the program, I found the following code throw
a exception:

boost::shared_ptr<Ss> ss = ssb.construct_skeleton();

I feel so depressed, maybe you can tell me why, or give
me another sample. Thanks a lot!

Natty






  • [cgal-discuss] Testing if point is contained in a convex hull, Natty, 05/24/2007

Archive powered by MHonArc 2.6.16.

Top of Page