Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Determine if a point is interior or exterior to a Polyhedron_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Determine if a point is interior or exterior to a Polyhedron_3


Chronological Thread 
  • From: ChaoM <>
  • To:
  • Subject: Re: [cgal-discuss] Determine if a point is interior or exterior to a Polyhedron_3
  • Date: Fri, 27 Jun 2014 01:04:11 -0700 (PDT)

Hello Pranav:


In the CGAL Manaul, a closed Polyhedron must meet some Conditions. As
you say, firstly limited to convex polyhedrons. Problems which I solved is
two(or more) polyhedrons(polyhedrons' surface is composed of triangles)
intersect with each other, so I need to compute one poly's points whether
inside other polys.
Finally, I solved my problem by using the Nef Polyhedron, and the
second limited condition of the closed Polyhedron is "the smallest unit of
polyhedral surfaces, such as Triangles,rects" must be orderd(For examlpe
:Clockwise, or Counterclockwise) .
More detail ,you can check the "Nef Polyhedron" in the CGAL Manual.
Hope to help you ~



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Determine-if-a-point-is-interior-or-exterior-to-a-Polyhedron-3-tp4466730p4659485.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page