discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Bug in NSAffineTransform


From: Adam Fedor
Subject: Re: Bug in NSAffineTransform
Date: Tue, 28 Feb 2006 20:35:03 -0700

On 2006-02-27 23:40:29 -0700 tima <tima@vaisburd.net> wrote:


Is there any method that translate points in the original coordinates,
i.e. has an effect of
  TX += tranX, TY += tranY ?


I suppose you could just create a new matrix and apply it to the image or whatever you need to transform. If you are doing it as part of an NSView drawing, you could put this between DPSgsave/DPSgrestore to preserve the current matrix.





reply via email to

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