Click or drag to resize

Matrix3Subtract Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Matrix subtraction.

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

Parameters

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

Return Value

Type: Matrix3
Matrix3.
See Also