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: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] simple transformation on Mesh_3 vertices
  • Date: Tue, 15 Nov 2011 10:57:03 +0100

Hamid G wrote:
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.

As I said, the underlying triangulation is a regular triangulation,
so the first point() returns a weighted point, the second point()
the bare point and point().weight() the weight of the weighted point.

Sebastien.



Archive powered by MHonArc 2.6.16.

Top of Page