Click or drag to resize

MatrixSubtract Method (Matrix3By3, Matrix)

Creates a Matrix whose elements have the values of the elements of the minuend matrix subtracted by the elements of the subtrahend matrix.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Matrix Subtract(
	Matrix3By3 minuend,
	Matrix subtrahend
)

Parameters

minuend
Type: AGI.Foundation.CoordinatesMatrix3By3
The Matrix3By3 being subtracted from.
subtrahend
Type: AGI.Foundation.CoordinatesMatrix
The Matrix to subtract.

Return Value

Type: Matrix
A Matrix which is the subtraction of the two given matrices.
See Also