- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Mon, 19 Jul 2010 16:56:49 -0400
On 7/19/10 4:54 PM, Boris Zbarsky wrote: > While true, if you look at the way one constructs an AffineTransform by > passing in the matrix entries [4]: > > AffineTransform(double m00, double m10, double m01, double m11, > double m02, double m12) That should have been: [4] http://download.oracle.com/docs/cd/E17476_01/javase/1.4.2/docs/api/java/awt/geom/AffineTransform.html#AffineTransform%28double,%20double,%20double,%20double,%20double,%20double%29 -Boris
Received on Monday, 19 July 2010 13:56:49 UTC