Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problems drawing Delaunay Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problems drawing Delaunay Triangulation


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Problems drawing Delaunay Triangulation
  • Date: Tue, 8 Dec 2009 14:00:04 +0100
  • Organization: GeometryFactory

On Tuesday 08 December 2009 12:08:14

wrote:
> Hello everybody.
> I find a aswer to my problem in terrain draw. Posting the solution for
> others use.

If you would have told us you wanted to compute and draw a terrain, we would
have told you to use 2D triangulations.

There is even an example about the compuation of terrains, in CGAL. See:
http://www.cgal.org/Manual/last/doc_html/cgal_manual/Triangulation_2/Chapter_main.html#Subsection_33.5.2

It uses the traits class CGAL::Triangulation_euclidean_traits_xy_3<K> that
applies 2D predicates on 3D points.

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory http://www.geometryfactory.com/
Release Manager of the CGAL Project http://www.cgal.org/



Archive powered by MHonArc 2.6.16.

Top of Page