Invert

TransformationMatrix.Invert method

给定一个 nXn 矩阵 A,求解 n 个线性方程以求 A 的逆。

public TransformationMatrix Invert()

返回值

逆矩阵

也可以看看