Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Convert Weighted_point to Point

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Convert Weighted_point to Point


Chronological Thread 
  • From: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] Convert Weighted_point to Point
  • Date: Wed, 06 Jun 2007 10:26:18 +0200


wrote:

Hello !

I'd like to know how I can convert a Weighted_point to a data structure Point
where I can access to x, y, and z ?

My Weighted_point comes through :
Regular_triangulation::Weighted_point wp;

Thanks !

Pat

wp.point() to get the point
wp.point().x() to get the coordinates



Archive powered by MHonArc 2.6.16.

Top of Page