Click or drag to resize

MatrixD2DSetElements Method

Sets the elements of the matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void SetElements(
	double sxf,
	double ryf,
	double rxf,
	double syf,
	double dxf,
	double dyf
)

Parameters

sxf  Double
Scale X.
ryf  Double
Rotation Y.
rxf  Double
Rotation X.
syf  Double
Scale Y.
dxf  Double
Translation X.
dyf  Double
Translation Y.
See Also