Skip to content

Implement NSAffineTransform.transform{Point,Size} with tests #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 8, 2015
Merged

Implement NSAffineTransform.transform{Point,Size} with tests #76

merged 1 commit into from
Dec 8, 2015

Conversation

mattrajca
Copy link
Contributor

As part of this change:

  • The addition and multiplication operators have been implemented for CGFloat so we can compute dot products.
  • A private helper function for matrix-vector products has been implemented.
  • Tests for the identity transformation have been added. Once we support more operations (translations, rotations, and scales), we can add more tests.

As part of this change:

- The addition and multiplication operators have been implemented for CGFloat so we can compute dot products
- A private helper function for matrix-vector products has been implemented
parkera added a commit that referenced this pull request Dec 8, 2015
Implement NSAffineTransform.transform{Point,Size} with tests
@parkera parkera merged commit 107d140 into swiftlang:master Dec 8, 2015
@parkera
Copy link
Contributor

parkera commented Dec 8, 2015

Cool, thanks.

kateinoigakukun pushed a commit to kateinoigakukun/swift-corelibs-foundation that referenced this pull request Apr 29, 2021
[sk-stress-test] Update to latest command-line syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants