Click or drag to resize

Matrix6By6Multiply Method (Matrix6By6Symmetric)

Multiplies this matrix by a 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 Matrix6By6 Multiply(
	Matrix6By6Symmetric matrix
)

Parameters

matrix
Type: AGI.Foundation.CoordinatesMatrix6By6Symmetric
The matrix to multiply by.

Return Value

Type: Matrix6By6
The result of the multiplication.
See Also