Le 28/09/2012 17:50, Tobias Boege a écrit :
> Hi Benoit,
>
> Hans faces problems with the Draw class. It seems - I didn't test - that the
> order of Draw.Scale() and Draw.Translate() impacts the result (produces
> error in the wrong order):

Of course: transformation is done by a matrix, two transformations are 
combined by a matrix multiplication, and matrix multiplication is not 
commutative (A*B != B*A).

-- 
Benoît Minisini

------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to