Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Segment Delaunay, error finding circumcenter of face.

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Segment Delaunay, error finding circumcenter of face.


Chronological Thread 
  • From: Pablo Miranda Carranza <>
  • To:
  • Subject: [cgal-discuss] Re: Segment Delaunay, error finding circumcenter of face.
  • Date: Thu, 2 May 2013 04:33:11 -0700 (PDT)

Humm... I should have thought twice before posting... wrong idea of using
filtered traits with a construction kernel that is an exact type?

The example program works with the parameters given in the 2D Segment
Delaunay Graphs examples, for example:

typedef CGAL::Quotient<CGAL::MP_Float> ENT;
typedef CGAL::Simple_cartesian<double> CK;
typedef CGAL::Simple_cartesian<ENT> EK;
typedef CGAL::Segment_Delaunay_graph_filtered_traits_2<CK,
CGAL::Field_with_sqrt_tag, EK, CGAL::Field_tag> Gt;
typedef CGAL::Segment_Delaunay_graph_2<Gt> SDG_2;

Pablo.




--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Segment-Delaunay-error-finding-circumcenter-of-face-tp4657333p4657337.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page