MatrixD2DAppendTransform(Double, Double, Double, Double, Double, Double) Method |
Appends a transformation to the matrix using specified elements.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic void AppendTransform(
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