Matrix6By6Subtract Method (Matrix6By6Symmetric) |
Subtracts a matrix from this 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 Subtract(
Matrix6By6Symmetric matrix
)
Public Function Subtract (
matrix As Matrix6By6Symmetric
) As Matrix6By6
public:
Matrix6By6^ Subtract(
Matrix6By6Symmetric^ matrix
)
member Subtract :
matrix : Matrix6By6Symmetric -> Matrix6By6
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesMatrix6By6Symmetric
The matrix to subtract.
Return Value
Type:
Matrix6By6The result of the subtraction.
See Also