Click or drag to resize

Matrix.Addition Operator (Matrix3By3, 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: 25.1.421.0 (25.1.421.0)
Syntax
public static Matrix operator +(
	Matrix3By3 leftAddend,
	Matrix rightAddend
)

Parameters

leftAddend
Type: AGI.Foundation.Coordinates.Matrix3By3
The first Matrix3By3 to sum.
rightAddend
Type: AGI.Foundation.Coordinates.Matrix
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