Matrix4x4.inverse 反向
var inverse : Matrix4x4
Description描述
The inverse of this matrix (Read Only).
矩阵的反向(只读)。
Inverted matrix is such that if multiplied by the original would result in identity matrix.
如果用原始矩阵乘以反向矩阵结果为identity矩阵。
If some matrix transforms vectors in a particular way, then the inverse matrix can transform them back. For example, Transform's worldToLocalMatrix and localToWorldMatrix are inverses of each other.
如果一些矩阵以一个特定的方式变换向量,反向矩阵可以将他们变换回去。例如worldToLoclaMatrix和localToWorldMatrix是互逆的。
最后修改:2011年2月26日 Saturday 14:30