Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Triangulation problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Triangulation problem


Chronological Thread 
  • From: Ariel Baez <>
  • To:
  • Subject: Re: [cgal-discuss] Triangulation problem
  • Date: Thu, 16 Jul 2009 14:49:21 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ib9DXv/u2WMKlSKjlgCetuR4mTBNFkmKoz4hy3aI8CRosWPrjevTJQ7NJY4pSeWv4y RlDjTtYySJqHL2BgR4tJp/izs/+lOTjby0J/ds16OfksL+3Nuo9DOVkc41sIZ0r2Npfe WoY8rq3vP855KjXlf7qqM2rH0vawOQrbyMtFI=

I'm sorry, in advance, for the comment but this thread just made my day.

:)
Ariel

On Thu, Jul 16, 2009 at 2:20 PM, Andreas Fabri <> wrote:

got it (sorry about my joke).

You should use the (undocumented) function

static Triangulation_utils_3::vertex_triple_index(const int i, const int j)

where 'i' is the index of the face, and for j you write 0,1,2
in order to get the indices of the vertices in the cell, on facet i
in ccw order.


andreas



wrote:
Ok, didnt make my self clear.

for these points 0, 0, 0
25, 0, 0
25, 0, 25
0,0, 25

i get ccw triangles.

for these

0, 0, 0
25, 0, 0
25, 25, 0
0,25, 0

i get cw triangles. why?

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page