Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] simple transformation on Mesh_3 vertices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] simple transformation on Mesh_3 vertices


Chronological Thread 
  • From: Hamid G <>
  • To:
  • Subject: Re: [cgal-discuss] simple transformation on Mesh_3 vertices
  • Date: Tue, 15 Nov 2011 04:36:47 -0500

On Tue, Nov 15, 2011 at 3:56 AM, Sebastien Loriot (GeometryFactory)
<>
wrote:
> Use for_each instead.
>

Thanks,

Just to clarify this in my head,
itv=c3t3.triangulation().finite_vertices_begin() is an iterator which
upon dereferencing returns a pointer to a vertex ? hence the double
.point() in
itv->point().point()+K::Vector_3(x0,y0,z0)

I guess that double .point() is confusing me.



Archive powered by MHonArc 2.6.16.

Top of Page