Click or drag to resize

Matrix Operators

返回用户文档首页

The Matrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(Matrix, Matrix) 
Public operatorStatic memberInequality(Matrix, Matrix) 
Public operatorStatic memberMultiply(Matrix, Matrix) 执行两个 Mat43 对象的矩阵乘法。
Public operatorStatic memberMultiply(Matrix, Point)Point 点与 Mat43 矩阵相乘。
Public operatorStatic memberMultiply(Matrix, Vector)Vector 向量与 Mat43 矩阵相乘。
Top
See Also