Click or drag to resize

Matrix.Multiply Method (Matrix6By6, Matrix)

Creates a Matrix which is the linear algebra multiplication 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 Multiply(
	Matrix6By6 multiplicand,
	Matrix multiplier
)

Parameters

multiplicand
Type: AGI.Foundation.Coordinates.Matrix6By6
The first Matrix6By6 to multiply.
multiplier
Type: AGI.Foundation.Coordinates.Matrix
The second Matrix to multiply.

Return Value

Type: Matrix
A Matrix which is the multiplication of this matrix and the given matrix.
See Also