Click or drag to resize

Matrix3x2GetTransposedInverseMatrix2x2 Method

Gets the transposed inverse matrix of the matrix2x2 part of this matrix. The returned matrix is usually used to transform the normals of objects that will be transformed by this matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Matrix2x2 GetTransposedInverseMatrix2x2()

Return Value

Matrix2x2
Transposed inverse matrix of the matrix2x2 part of this matrix.
See Also