Matrix4x3WithAppendedTransformation(Matrix3x3) Method |
Appends a transformation matrix f 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 Matrix4x3 WithAppendedTransformation(
Matrix3x3 f
)
Parameters
- f Matrix3x3
- The matrix to append.
Return Value
Matrix4x3A new matrix based on the existing one, but with matrix
f appended.
See Also