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