classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patch] some geometry fixes


From: Tom Tromey
Subject: Re: [patch] some geometry fixes
Date: 10 Sep 2003 13:14:36 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "graydon" == graydon hoare <address@hidden> writes:

graydon> these two patches fix some problems in geometry: AffineTransform was
graydon> mis-transforming points in some cases, and Arc2D wasn't returning a
graydon> path iterator which approximated an arc segment very well. 
graydon> ok to commit?

Yes, thanks.
One little note...

graydon> +      else if (e <= 90 * (Math.PI / 180))

I think it would be a bit cleaner to just write `e <= Math.PI / 2',
i.e., reduce the fractions.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]