I am a new bie in marmalade sdk, I am following this tutorial, I read this paragraph
*Here we tell Iw2D to set the “current” transform to use when drawing “anything”. Remember that Iw2D is context based and this transform will be remembered, so if you attempt to draw something else without again changing the transform then it will be drawn in the same position, at the same angle and at the same scale. Note that you can reset the current transform back to normal using Iw2DSetTransformMatrix(CIwMat2D::g_Identity). The identity matrix is the default transformation matrix that has no rotation, no translation and no scaling.*
I am confused that what does this line mean >> Iw2D is context based and this transform will be remembered, any cute thought ? your help will be appreciate able.