Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: [Arrangement_2] Hiding X-Monotone Curve Cut ?

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: [Arrangement_2] Hiding X-Monotone Curve Cut ?


Chronological Thread 
  • From: Tapadi <>
  • To:
  • Subject: [cgal-discuss] Re: [Arrangement_2] Hiding X-Monotone Curve Cut ?
  • Date: Sat, 9 Mar 2013 11:44:35 -0800 (PST)

Final result : it worked perfectly, thanks a lot! There is an image of the
arrangement I worked on. X-monotonization cut vertices are denoted in blue,
and so are the other ones in red.

<http://cgal-discuss.949826.n4.nabble.com/file/n4656881/detection_xmonotone_cuts.png>


A quick summary of the problem and the solution, for anyone looking for a
similar feature:

*Problem:* In a 2D arrangement, detecting vertices added for x-monotone
subcurves computation.
*Solution:* Work with a Arrangement_with_history_2, and select all vertices
with degree 2. Among these, select the ones whose two incident halfedges are
induced by the same curve.

Thank you again.
Best regards
Hugo Loi
PhD student at Inria - Maverick Team
http://maverick.inria.fr/



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Arrangement-2-Hiding-X-Monotone-Curve-Cut-tp4656856p4656881.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page