Click or drag to resize

Mat3Multiply(Mat3, Mat3) Operator

返回用户文档首页
Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntax
C#
public static Mat3 operator *(
	Mat3 mat1,
	Mat3 mat2
)

Parameters

mat1  Mat3
 
mat2  Mat3
 

Return Value

Mat3
See Also