Subject: CGAL users discussion list
List archive
- From: Per Zetterlund <>
- To:
- Subject: [cgal-discuss] Moving vertex
- Date: Tue, 20 May 2014 10:34:41 +0200
This might be a stupid question but,
what is the canonical way to move
a vertex in a Polyhedron_3? The
way I do it now is
Point& p = vertex.point();
Point newPoint(p.x() + deltaX, p.y() + deltaY, 0);
p = newPoint;
.
Is thera better way?
/Per
- [cgal-discuss] Moving vertex, Per Zetterlund, 05/20/2014
- Re: [cgal-discuss] Moving vertex, Giles Bathgate, 05/20/2014
Archive powered by MHonArc 2.6.18.