Click or drag to resize

Mat4Equality Operator

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

Parameters

mat0  Mat4
 
mat1  Mat4
 

Return Value

Boolean
See Also