Click or drag to resize

MatrixD2DSetTranslationRotationShearxScale Method

[Missing <summary> documentation for "M:Altaxo.Geometry.MatrixD2D.SetTranslationRotationShearxScale(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]


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

Parameters

dxf  Double

[Missing <param name="dxf"/> documentation for "M:Altaxo.Geometry.MatrixD2D.SetTranslationRotationShearxScale(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

dyf  Double

[Missing <param name="dyf"/> documentation for "M:Altaxo.Geometry.MatrixD2D.SetTranslationRotationShearxScale(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

angle  Double

[Missing <param name="angle"/> documentation for "M:Altaxo.Geometry.MatrixD2D.SetTranslationRotationShearxScale(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

shear  Double

[Missing <param name="shear"/> documentation for "M:Altaxo.Geometry.MatrixD2D.SetTranslationRotationShearxScale(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

scaleX  Double

[Missing <param name="scaleX"/> documentation for "M:Altaxo.Geometry.MatrixD2D.SetTranslationRotationShearxScale(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

scaleY  Double

[Missing <param name="scaleY"/> documentation for "M:Altaxo.Geometry.MatrixD2D.SetTranslationRotationShearxScale(System.Double,System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also