Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Delaunay triangulation 3

Subject: CGAL users discussion list

List archive

[cgal-discuss] Delaunay triangulation 3


Chronological Thread 
  • From: Sebastien Loriot <>
  • To:
  • Subject: [cgal-discuss] Delaunay triangulation 3
  • Date: Thu, 13 Aug 2009 14:07:41 +0200

Hello,


Is someone planing to fix the TODO in Delaunay_triangulation_3.h line 740 ?

template < class Gt, class Tds >
Bounded_side
Delaunay_triangulation_3<Gt,Tds>::
side_of_sphere(const Vertex_handle& v0, const Vertex_handle& v1,
const Vertex_handle& v2, const Vertex_handle& v3,
const Point &p, bool perturb) const
{
CGAL_triangulation_precondition( dimension() == 3 );

// TODO :
// - avoid accessing points of infinite vertex
// - share the 4 codes below (see old version)




Sebastien.



Archive powered by MHonArc 2.6.16.

Top of Page