Transformation matrix applied on the object mesh, specified as a 4-by-4 matrix. The
3-D coordinates of each point in the object mesh is transformed according to this
formula:
[xT; yT; zT; 1] = T*[x; y; z; 1]
xT, yT, and zT are the
transformed 3-D coordinates of the point.