Skip to Content.
Sympa Menu

cgal-discuss - Re: Triangle comparaison

Subject: CGAL users discussion list

List archive

Re: Triangle comparaison


Chronological Thread 
  • From: "Tyver Ray" <>
  • To:
  • Subject: Re: Triangle comparaison
  • Date: Tue, 19 Jun 2007 17:45:31 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a4T3HmiZmnwTAFzrMO7i/0oSAHlckkpU8q9OOOBroZ5RJWFJt9aUjtKdhRr6xbD+XM3LKlLPnKwiEOlFBSbzqapQwroZ7ThiF8E4x7AiTF3w1HGOj9LmCS24Rb2FdLOmHp6v89qQNqQIvV331kx+PQBvHvuJfoglcPclbSLLJ3k=

To be clear, my face_circulator is from the same delaunay dt.
I want to scan only the triangles of dt which aren't in my face_circulator.

Another way is to delete the triangles of dt which are in my
face_circulator but my Delaunay wouldn't be the same...



2007/6/19, Tyver Ray
<>:
Hello!

Is there a method which can tell me if a triangle face present in my
delaunay triangulation is contained in a face_circulator? athought to
scan all the triangles manually (200.000 triangles)

Thanks,

Tyv




Archive powered by MHonArc 2.6.16.

Top of Page