Skip to Content.
Sympa Menu

cgal-discuss - Re:[cgal-discuss] Regular_Triangulation_3: dual of an edge

Subject: CGAL users discussion list

List archive

Re:[cgal-discuss] Regular_Triangulation_3: dual of an edge


Chronological Thread 
  • From: "Thomas Zangl - Home" <>
  • To: "cgal-discuss" <>
  • Subject: Re:[cgal-discuss] Regular_Triangulation_3: dual of an edge
  • Date: Wed, 15 Aug 2007 17:35:51 +0200


Am Wed, 15 Aug 2007 08:23:23 -0700, schrieb "Andreas Fabri"
<>:

Hello Andreas,

>The next educated guess is:
>assert( t.dimension() == 3 )
>assert( ! t->is_infinite(vh1) );
>assert( ! t->is_infinite(vh2) );

This is already assured be the preprocessing. Only edges of finit
faces of the triangulation are now possible. The dimension is 3.

>and do the circulators circulate at all, that is how many infinite cells are
>there?

You mean "finite" cells? (For an infinite cell I won't get a dual
element ;-) )

Hrm, true - there is something wrong. I always get only 1 cell which
can be infinite.

Best regards,
--
----------------------------------------------------------------
,yours Thomas Zangl, Bakk.rer.soc.oec. -

-
- Freelancer - IT Consulting & Software Development -
- Student of Software Development-Economy (Master) -



Archive powered by MHonArc 2.6.16.

Top of Page