Click or drag to resize

Matrix3Equals Method (Matrix3, Matrix3)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Check if the components of two matrices are approximate equal.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static bool Equals(
	Matrix3 a,
	Matrix3 b
)
Request Example View Source

Parameters

a
Type: netDxfMatrix3
Matrix3.
b
Type: netDxfMatrix3
Matrix3.

Return Value

Type: Boolean
True if the matrix components are almost equal or false in any other case.
See Also