Click or drag to resize

Mat4Multiply(Mat4, Mat4) Operator

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

Parameters

mat1  Mat4
 
mat2  Mat4
 

Return Value

Mat4
See Also