Click or drag to resize

Matrix4x3DecomposeIntoScaleShearRotationDegreeTranslation Method

[Missing <summary> documentation for "M:Altaxo.Geometry.Matrix4x3.DecomposeIntoScaleShearRotationDegreeTranslation"]


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

Return Value

ValueTupleVectorD3D, VectorD3D, VectorD3D, VectorD3D

[Missing <returns> documentation for "M:Altaxo.Geometry.Matrix4x3.DecomposeIntoScaleShearRotationDegreeTranslation"]

See Also