This function is used to write a 4x4 numeric matrix representing an affine transformation to a file. It is a wrapper around write.table.
此功能是用来写一个4x4的数字矩阵仿射变换到一个文件中。这是一个包装周围write.table。
用法----------Usage----------
writeAffine(affine, fileName)
参数----------Arguments----------
参数:affine
A 4x4 affine matrix.
一个4x4仿射基质。
参数:fileName
A string giving the file name to write the matrix to.
一个字符串,给出文件名写的矩阵。
(作者)----------Author(s)----------
Jon Clayden <jon.clayden+rniftyreg@gmail.com>