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