Matrix2x2AppendTransform Method | 
            Appends a transformation matrix f to this matrix.
            
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void AppendTransform(
	Matrix2x2 f
)
Parameters
- f  Matrix2x2
 - The matrix to append.
 
See Also