Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] problem with is_simple() for polygon

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] problem with is_simple() for polygon


Chronological Thread 
  • From: "Ophir Setter" <>
  • To:
  • Subject: Re: Re: [cgal-discuss] problem with is_simple() for polygon
  • Date: Thu, 15 Nov 2007 21:03:01 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=mHY+R9YlyXcT4tR61FnZ/ZAUSt0mELidzz2KEtxQonGm9skJXgztVhnIyJgFkg5FHIYZT3tH/GI6cAOAv6Xp5R9srvDuWS40KBGGXxdaLoBdq+K5LfEYGHjGtvhdy+lyR6dLIHi+ZU51PSgUvrZwjHENj/fZU2lelc00NYZw7ts=

Because of the way rational numbers are usually read via the >> operator.
Usually you can either use a floating representation (e.g. 1.5) or a "rational number" representation (e.g. 15/10) which assumes that both the nominator and the denominator are integer numbers and not floating point.

Ophir

On Nov 15, 2007 8:58 PM, <> wrote:
>Just a guess. Try:
>2/1 5/1
>15/10 35/10
>3/1 3/1
>35/10 4/10

Thank you for solution, it worked... but why doesn't 1.5/1 work but 15/10 work? is it reasonable?
--
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