I have been working on some Matrix transformations for an app I’m trying to develop in AS3. I was having a ton of trouble when I got into scaling and rotating a display object, and after a couple days, have decided that another avenue to pursue is to try and calculate a transformation matrix from point pairs. I have 4 point pairs which are being mapped correctly from pre-translation space to translated space (not through the transformation matrix, just trig calcs). Do you know if there is a way to calculate the transformation matrix based on point pairs? If I could calculate the transformation matrix from the point pairs then I could apply that same transformation to my movieclip and hopefully get the correct result. Just looking for some direction. Thanks!
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Need help for basics to Action script Transformation-matrix methods
|
0 | 89 | November 18, 2005 | |
TransformationPoint for MovieClip? | 1 | 44 | June 28, 2008 | |
Transformation point
|
0 | 40 | January 17, 2009 | |
How do you use the matrix object to transform a triangle to 3 target points? | 0 | 115 | November 8, 2007 | |
How to distort a bitmap between the known points | 0 | 108 | June 23, 2010 |