Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] modifying vertex point

Subject: CGAL users discussion list

List archive

[cgal-discuss] modifying vertex point


Chronological Thread 
  • From: Mateus Bellomo <>
  • To:
  • Subject: [cgal-discuss] modifying vertex point
  • Date: Thu, 17 Sep 2015 19:46:34 +0000
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:qEvy0RLUygQPgxby5dmcpTZWNBhigK39O0sv0rFitYgULvvxwZ3uMQTl6Ol3ixeRBMOAu64C0LOd6vy4EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35jxjLn5osGLKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FppIZ8VvDxcK08CLBZFz87KHsd5cvxtBCFQxHcyGEbVzAzmwZFHhONxhz+WpD0tWOus+Nh1TSBN8DySbcxXhyt6q5qTFnjjyJRZG1xy33elsEl1PETmxmmvREqm4M=

Hello,

I'm using Arrangement_2 and trying to modify a vertex point but I think the structure it's not updating information correctly.

I have a quadrilateral grid and I want to move some vertices in this grid to make a distortion. After I move the vertex I have to check if some of it's edges have crossed another edge. For that I have checked the circular order of edges of it's neighbours. But even when I made a movement that created crossing edges this circular order is not changing as it would.

Do you know if after using modify_vertex() function the hole Arrangement_2 structure is updated (including circular order of edges in all vertices) accordingly?

Thanks.



Archive powered by MHonArc 2.6.18.

Top of Page