Click or drag to resize

Mat43Multiply(Mat43, Mat43) Operator

返回用户文档首页
执行两个 Mat43 对象的矩阵乘法。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public static Mat43 operator *(
	Mat43 mat1,
	Mat43 mat2
)

Parameters

mat1  Mat43
第一个矩阵。
mat2  Mat43
第二个矩阵。

Return Value

Mat43
返回两个矩阵相乘的结果。
See Also