Returns a matrix that cumulates the following operations (in order):
 -Local Scaling
 -Local Rotation
 -Local Translation
 -Layout Translation
 -Parent worldTransform (recursive definition - consider identity when there is no parent)
 
 Multiplying the layout rect by this matrix is incorrect because it already contains the translation.