Skip to Content.
Sympa Menu

cgal-discuss - Constrained Terrain

Subject: CGAL users discussion list

List archive

Constrained Terrain


Chronological Thread 
  • From: "Dave McVicar" <>
  • To: <>
  • Subject: Constrained Terrain
  • Date: Mon, 5 May 2008 14:06:43 -0600

Hi,

 

I have been trying to adapt “Triangulation_euclidean_traits_xy_3.h” to work with a constrained triangulation. I am having trouble implimenting “compute_squared_distance_2” . I get the following compiler message

 

            error C2039: 'FT' : is not a member of 'CGAL::MyTriangulation_euclidean_traits_xy_3<R>'    C:\Program Files\CGAL 3.3.1\include\CGAL\Constrained_triangulation_2.h            1216     constrained

 

Line 1216 is the following: typename Gt::FT dx = distance(l2,pa);

 

Any help would be apreciated. Thanks

 

David.

 

 




Archive powered by MHonArc 2.6.16.

Top of Page