• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problem with Grouping the rotated object.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with Grouping the rotated object.


  • Subject: Re: Problem with Grouping the rotated object.
  • From: Gregory Weston <email@hidden>
  • Date: Wed, 2 Apr 2008 14:47:06 -0400

Quincey Morris wrote:

On Apr 2, 2008, at 04:00, Ghufran Ahamad wrote:

[xform translateXBy:center.x yBy:center.y];
[xform rotateByDegrees:[curGraphic GetAngle]];
[xform translateXBy:-center.x yBy:-center.y];
This looks kind of wrong. Mathematically, wouldn't you want:

	[xform translateXBy:-center.x yBy:-center.y];
	[xform rotateByDegrees:[curGraphic GetAngle]];
	[xform translateXBy:center.x yBy:center.y];

?

Nope. The way the matrix multiplication works, the effect is that the transformations take place in the opposite order of the way they appeared in code.
_______________________________________________


Cocoa-dev mailing list (email@hidden)

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:
This email sent to email@hidden


  • Prev by Date: Re: NSTableView selectionShouldChangeInTableView: bug?
  • Next by Date: Re: Need for a creator code?
  • Previous by thread: Re: Problem with Grouping the rotated object.
  • Next by thread: How to store NSRect as Core Data attribute?
  • Index(es):
    • Date
    • Thread