Matrix6By6SymmetricMultiply Method (Matrix6By6) |
Multiplies this matrix by a matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Matrix6By6 Multiply(
Matrix6By6 matrix
)
Public Function Multiply (
matrix As Matrix6By6
) As Matrix6By6
public:
Matrix6By6^ Multiply(
Matrix6By6^ matrix
)
member Multiply :
matrix : Matrix6By6 -> Matrix6By6
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesMatrix6By6
The matrix to multiply by.
Return Value
Type:
Matrix6By6The result of the multiplication.
See Also