Click or drag to resize

Matrix6By6Symmetric.Multiply Method (Matrix6By6Symmetric)

Multiplies this matrix by a matrix.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public Matrix6By6Symmetric Multiply(
	Matrix6By6Symmetric matrix
)

Parameters

matrix
Type: AGI.Foundation.Coordinates.Matrix6By6Symmetric
The matrix to multiply by.

Return Value

Type: Matrix6By6Symmetric
The result of the multiplication.
See Also