mktran

Method:

mktran - make transformation matrix

Syntax:

m3 = m.mktran(m2);

Parameters:

m2 - matrix specifying target space

Returns:

m3 - transformation matrix mapping points from 'm' to 'm2'

Description:

Computes a matrix which maps a point from space defined by matrix 'm' to target space specified by 'm2'.

Example:

mSrcSpace = new r3Matrix(o, h, v, n);