mktran - make transformation matrix
m3 = m.mktran(m2);
m2 - matrix specifying target space
m3 - transformation matrix mapping points from 'm' to 'm2'
Computes a matrix which maps a point from space defined by matrix 'm' to target space specified by 'm2'.
mSrcSpace = new r3Matrix(o, h, v, n);