Possible to get decomposed transform from 2 sets of given points? #92
-
I'm working on gesture handling where users can scale, drag, and rotate a shape with 2 fingers. The gesture system can let me know (a) where the initial touchpoints are and (b) where the current touchpoints are. Is it possible for this lib to output the translate, scale, and rotate parameters (i.e. the decomposed transform matrix) by giving it 2 sets of points, the init touch points |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Update 23 Oct 2022 Hello @lsps9150414 , You can track progresses here #94 |
Beta Was this translation helpful? Give feedback.
Update 23 Oct 2022
Feature released with transformation-matrix@2.14.0
Hello @lsps9150414 ,
currently there isn't this feature, but I opened an issue and I'll try to work on it in the next weeks.
Are you still looking for a solution (I understand that you posted this message long time ago). Have you, in the meantime, found some interesting suggestion for me?
You can track progresses here #94