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.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Matrix2x2 GetTransposedInverseMatrix2x2()
Return Value
Matrix2x2Transposed inverse matrix of the matrix2x2 part of this matrix.
See Also