Click or drag to resize

Matrix3x3DecomposeIntoScaleShearRotationDegree Method

Decomposes the matrix into its rotations (in degree), shear and scale components.

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

Return Value

ValueTupleVectorD3D, VectorD3D, VectorD3D
The 3 rotations (in degree), the 3 shear components, and 3 scale components.
See Also