MatrixD2DAppendTransform(MatrixD2D) Method |
Appends a transformation to the matrix using another
MatrixD2D.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void AppendTransform(
MatrixD2D t
)
Parameters
- t MatrixD2D
- The matrix to append.
See Also