What does it mean to "preconcat" a matrix in Android?

Posted by Brad Hein on Stack Overflow See other posts from Stack Overflow or by Brad Hein
Published on 2010-04-23T01:01:50Z Indexed on 2010/04/27 16:13 UTC
Read the original article Hit count: 962

Filed under:
|
|
|
|

In reviewing: http://developer.android.com/reference/android/graphics/Canvas.html

I'm wondering

translate(): "preconcat the current matrix with the specified translation" -- what does this mean?

I can't find a good definition of "preconcat" anywhere on the internet! The only place I can find it is in the Android Source - I'm starting to wonder if they made it up? :)

I'm familiar with "concat" or concatenate, which is to append to, so what is a pre-concat?

© Stack Overflow or respective owner

Related posts about android

Related posts about canvas