Click or drag to resize

Matrix4x3PrependTransform(Matrix4x3) Method

Prepends a transformation matrix a to this matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void PrependTransform(
	Matrix4x3 a
)

Parameters

a  Matrix4x3
The matrix to prepend.
See Also