Matrix3x3DecomposeIntoScaleShearRotationDegree Method |
Decomposes the matrix into its rotations (in degree), shear and scale components.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (VectorD3D rotationRadian, VectorD3D shear, VectorD3D scale) DecomposeIntoScaleShearRotationDegree()
Return Value
ValueTupleVectorD3D,
VectorD3D,
VectorD3DThe 3 rotations (in degree), the 3 shear components, and 3 scale components.
See Also