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

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。