Matrix Operators |
The Matrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Equality(Matrix, Matrix) | ||
| Inequality(Matrix, Matrix) | ||
| Multiply(Matrix, Matrix) | 执行两个 Mat43 对象的矩阵乘法。 | |
| Multiply(Matrix, Point) | 将Point 点与 Mat43 矩阵相乘。 | |
| Multiply(Matrix, Vector) | 将Vector 向量与 Mat43 矩阵相乘。 |