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