CALayer does have "setAffineTransform:" which is what I mostly use. It just does the 3D transform for you and is adequate for translation, scaling, (planer) rotation, skew, and a few other things.
On 6/16/09 12:18 PM, "[email protected]" <[email protected]> wrote: > so is CGAffineTransform considered Cocoa Animation, while > CATransform3D is Core Animation? but they essentially do the same > thing? just trying to get things straight. _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
