-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Introduce Transform::Inverse #42368
Introduce Transform::Inverse #42368
Conversation
This pull request was exported from Phabricator. Differential Revision: D52889917 |
Summary: Changelog: [Internal] - Introduce Transform::Inverse This is a new static method for `Transform` that makes it possible to invert transforms which will greatly simplify the implementation of transform points between coordinate spaces — something that will be needed to do proper retargeting of Pointer Events. Differential Revision: D52889917
55dc935
to
10dda18
Compare
This pull request was exported from Phabricator. Differential Revision: D52889917 |
Base commit: 64d8190 |
Summary: Changelog: [Internal] - Introduce Transform::Inverse This is a new static method for `Transform` that makes it possible to invert transforms which will greatly simplify the implementation of transform points between coordinate spaces — something that will be needed to do proper retargeting of Pointer Events. Differential Revision: D52889917
10dda18
to
65f48cc
Compare
This pull request was exported from Phabricator. Differential Revision: D52889917 |
65f48cc
to
53e9d1d
Compare
Summary: Changelog: [Internal] - Introduce Transform::Inverse This is a new static method for `Transform` that makes it possible to invert transforms which will greatly simplify the implementation of transform points between coordinate spaces — something that will be needed to do proper retargeting of Pointer Events. Differential Revision: D52889917
This pull request was exported from Phabricator. Differential Revision: D52889917 |
Summary: Changelog: [Internal] - Introduce Transform::Inverse This is a new static method for `Transform` that makes it possible to invert transforms which will greatly simplify the implementation of transform points between coordinate spaces — something that will be needed to do proper retargeting of Pointer Events. Reviewed By: NickGerleman Differential Revision: D52889917
53e9d1d
to
c780e26
Compare
This pull request was exported from Phabricator. Differential Revision: D52889917 |
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
Summary:
Changelog: [Internal] - Introduce Transform::Inverse
This is a new static method for
Transform
that makes it possible to invert transforms which will greatly simplify the implementation of transform points between coordinate spaces — something that will be needed to do proper retargeting of Pointer Events.Differential Revision: D52889917