Click or drag to resize

Matrix.Multiply Method (Matrix, Matrix6By6)

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(
	Matrix multiplicand,
	Matrix6By6 multiplier
)

Parameters

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

Return Value

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