Matrix3x2WithPrependedTransformation(Matrix3x2) Method |
Prepends a transformation matrix l to this matrix, and returns a new matrix with the result. The original matrix is unchanged.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix3x2 WithPrependedTransformation(
Matrix3x2 l
)
Parameters
- l Matrix3x2
- The matrix to prepend.
Return Value
Matrix3x2A new matrix based on the existing one, but with matrix
l prepended.
See Also