Matrix4x4.operator * 运算符 乘法

static operator * (lhs : Matrix4x4, rhs : Matrix4x4) : Matrix4x4

Description描述

Multiplies two matrices.

两个矩阵相乘。

The returned result is lhs * rhs.

返回结果是lhs * rhs。

•static operator * (lhs : Matrix4x4, v : Vector4) : Vector4

Description描述

Transforms a Vector4 by a matrix.

由矩阵变换一个Vector4。

最后修改:2011年2月26日 Saturday 15:58

本脚本参考基于Unity 3.4.1f5

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