Show: Delphi
C++
Display Preferences
FMX.Types.AdjointMatrix
From XE3 API Documentation
Delphi
procedure AdjointMatrix(var M: TMatrix);
C++
extern DELPHI_PACKAGE void __fastcall AdjointMatrix(System::Types::TMatrix &M);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Returns the adjugate matrix for the given matrix. The matrix to be adjoined is given through the M parameter.