Click or drag to resize

Matrix4x3DecomposeIntoScaleShearRotationRadianTranslation Method

Decomposes this matrix into scale, shear, rotation (in radian), 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 rotationRadian, VectorD3D translation) DecomposeIntoScaleShearRotationRadianTranslation()

Return Value

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