[android-developers] Re: Really Hard to Debug Matrix BUG !

2008-04-13 Thread Rui Martins
Well, maybe it's designed to be that way, but most people won't expect the current setup. Please do make the Documentation clearer, of the actual effect, "RESET the entire matrix, to Identity scaled by Sx and Sy". And add the follwing: "Warning: Any previous Matrix info, will be lost." On 13 abr

[android-developers] Re: Really Hard to Debug Matrix BUG !

2008-04-12 Thread Romain Guy
This is normal and expected, but the docs should be clearer. setScale/setTranslate/etc. on Matrix set the Matrix to the specified transformation. To compose the transformation with the existing Matrix you need to use the pre/post methods. On Sat, Apr 12, 2008 at 3:18 PM, Rui Martins <[EMAIL PROTE