Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Min_circle problem

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Min_circle problem


Chronological Thread 
  • From: "Atul Thakur" <>
  • To:
  • Subject: Re: [cgal-discuss] Min_circle problem
  • Date: Mon, 8 Sep 2008 09:49:40 -0400
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=Mjkc2gRBu1D3ejELRvp4Unf2HT9loYE3xAQmQ2X15RNt7iEXMv1m7dT9qqLAgrxlqx pb6NG9yNcdPljR44o1QBUws98U9cxDISiAsY01/4PJvqzS33S2a/KlpQOj0jWQyOopgW LH7RQGMyhq5c3VfXaLhcunCS300FSZxqIBnoI=


I defined
typedef CGAL::Gmpz NT;<copied from amnual>

I don't know what exactly it is though.

-Atul
On Mon, Sep 8, 2008 at 2:57 AM, Olivier Devillers <> wrote:


I defined Min_circle as per manual as follows

*typedef CGAL::Homogeneous<NT> K;
typedef CGAL::Min_circle_2_traits_2<Rep> Traits;
typedef CGAL::Min_circle_2<Traits> Min_circle;  *



and what is NT ?
if NT is double or float please read the FAQ

http://www.cgal.org/FAQ.html#inexact_NT

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page