Click or drag to resize

Matrix4x3GetTransposedInverseMatrix3x3 Method

Gets the transposed inverse matrix of the matrix3x3 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 Matrix3x3 GetTransposedInverseMatrix3x3()

Return Value

Matrix3x3
Transposed inverse matrix of the matrix3x3 part of this matrix.
See Also