Re: NSAffineTransforms not working as expected?
Re: NSAffineTransforms not working as expected?
- Subject: Re: NSAffineTransforms not working as expected?
- From: "Mike R. Manzano" <email@hidden>
- Date: Fri, 25 Feb 2005 20:16:33 -0800
Yes, that's how I got around my other problem. Looks like my hack fix
was the proper one :)
Thanks all,
Mike
On Feb 25, 2005, at 7:49 PM, Scott Thompson wrote:
On Feb 25, 2005
Probably because invert returns void. Is there no compiler warning?
Try:
[toTimeSpace invert];
[toTimeSpace concat];
You shouldn't try inverting a matrix like this as the means of undoing
a transformation. Instead, you should save and restore the graphics
state around your code:
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden