Modifies the input matrix to return the its adjunct. The adjunct of a square matrix is the transpose of its cofactor matrix.
Note |
---|
This function is provided for compatibility with earlier versions of Delphi which did not support methods on a record type. Use this function if you want your code to support older as well as newer versions of Delphi. |
Namespace: FMX.RS.Graphics
Delphi |
procedure AdjointRSMatrix(var M: TRSMatrix); |
Parameters
M
Type: System.Void