Click or drag to resize

MatrixAddition Operator (Matrix6By6, Matrix)

Creates a Matrix which is the sum of the two given matrices.

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 operator +(
	Matrix6By6 left,
	Matrix rightAddend
)

Parameters

left
Type: AGI.Foundation.CoordinatesMatrix6By6
The first Matrix6By6 to sum.
rightAddend
Type: AGI.Foundation.CoordinatesMatrix
The second Matrix to sum.

Return Value

Type: Matrix
A Matrix which is the sum of the two given matrices and the given matrix
See Also