Matrix6By6Add Method (Matrix6By6) |
Adds a matrix to 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 Add(
Matrix6By6 matrix
)
Public Function Add (
matrix As Matrix6By6
) As Matrix6By6
public:
Matrix6By6^ Add(
Matrix6By6^ matrix
)
member Add :
matrix : Matrix6By6 -> Matrix6By6
Parameters
- matrix
- Type: AGI.Foundation.CoordinatesMatrix6By6
The matrix.
Return Value
Type:
Matrix6By6The sum of the matrices.
See Also