Matrix4x4.transpose 转置
var transpose : Matrix4x4
Description描述
Returns the transpose of this matrix (Read Only).
返回这个矩阵的转置(只读)。
Transposed matrix is the one that has columns exchanged with rows of the original (i.e. flipped along main diagonal).
转置矩阵是将原行列交换(即沿主对角线翻转)
最后修改:2011年2月26日 Saturday 14:37