Click or drag to resize

MatrixD2DSetTranslationRotationShearxScale Method

Sets the matrix using translation, rotation, shear, and scale values.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public void SetTranslationRotationShearxScale(
	double dxf,
	double dyf,
	double angle,
	double shear,
	double scaleX,
	double scaleY
)

Parameters

dxf  Double
Translation X.
dyf  Double
Translation Y.
angle  Double
Rotation angle in degrees.
shear  Double
Shear value.
scaleX  Double
Scale X.
scaleY  Double
Scale Y.
See Also