Subject: CGAL users discussion list
List archive
- From: Joshua A Levine <>
- To:
- Subject: Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge
- Date: Wed, 15 Aug 2007 11:38:27 -0400
Don't you want ++cCirc instead of cCirc++? Otherwise I would think the loop
would end after 1 iteration, giving you a value of 0 or 1 for pDual.size().
Josh
Thomas Zangl - Home wrote:
do {
if (!(t.is_infinite(cCirc))) {
Point p = t.dual(cCirc);
pDual.push_back(p);
}
} while(cCirc++!=cCircEnd);
- Regular_Triangulation_3: dual of an edge, Thomas Zangl - Home, 08/15/2007
- Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge, Andreas Fabri, 08/15/2007
- Re:[cgal-discuss] Regular_Triangulation_3: dual of an edge, Thomas Zangl - Home, 08/15/2007
- Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge, Andreas Fabri, 08/15/2007
- Re:[cgal-discuss] Regular_Triangulation_3: dual of an edge, Thomas Zangl - Home, 08/15/2007
- Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge, Andreas Fabri, 08/15/2007
- Re:[cgal-discuss] Regular_Triangulation_3: dual of an edge, Thomas Zangl - Home, 08/15/2007
- Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge, Joshua A Levine, 08/15/2007
- Re:[cgal-discuss] Regular_Triangulation_3: dual of an edge, Thomas Zangl - Home, 08/15/2007
- Re: [cgal-discuss] Regular_Triangulation_3: dual of an edge, Andreas Fabri, 08/15/2007
Archive powered by MHonArc 2.6.16.