MatrixMultiply(Matrix, Matrix) Operator |
返回用户文档首页Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic static Matrix operator *(
Matrix left,
Matrix right
)
Parameters
- left Matrix
- 第一个矩阵。
- right Matrix
- 第二个矩阵。
Return Value
Matrix返回两个矩阵相乘的结果。
See Also