There are specific rules
and procedures used to manipulate matrices for
example simple operations such as addition or
multiplication of two matrices must follow specific
rules which dictate how to treat each element
of each matrix.
Translation of a 3D point in the x, y and z direction:
This row vector is multiplied by a 4x4 translation matrix resulting in the term
tx being added to x, ty being added to y and tz added to z.
Translation of multiple 3D point in the x,y and z direction
Matrix Translation
Using Actionscript (coordinate
matricies)