Click or drag to resize

Matrix4x3DecomposeIntoScaleShearRotationDegreeTranslation Method

Decomposes this matrix into scale, shear, rotation (in degree), and translation components.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public (VectorD3D scale, VectorD3D shear, VectorD3D rotationDegree, VectorD3D translation) DecomposeIntoScaleShearRotationDegreeTranslation()

Return Value

ValueTupleVectorD3D, VectorD3D, VectorD3D, VectorD3D
A tuple containing scale, shear, rotation in degree, and translation.
See Also