Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] 2D Triangulation Complexity

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] 2D Triangulation Complexity


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] 2D Triangulation Complexity
  • Date: Sat, 13 Jun 2009 09:19:42 +0200

Panagiotis Foteinos wrote:
Hello yall.

What is the time complexity of the
TriangulationDataStructure_2::is_face(Vertex_handle v1, Vertex_handle
v2, Vertex_handle v3, Face_handle &fr) ? Is it constant or linear with
respect to the number of faces?


Thank you in advance,
Panagiotis


if it is implemented right, it should be the minimum of the degree
of the three vertices.

andreas



Archive powered by MHonArc 2.6.16.

Top of Page