Click or drag to resize

Matrix3x3DecomposeIntoScaleShearRotationRadian Method

Decomposes the matrix into its rotations (in radian), 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 scale, VectorD3D shear, VectorD3D rotationRadian) DecomposeIntoScaleShearRotationRadian()

Return Value

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