Show: Delphi
C++
Display Preferences
FMX.Types.InvertMatrix
From XE3 API Documentation
Delphi
procedure InvertMatrix(var M: TMatrix);
C++
extern DELPHI_PACKAGE void __fastcall InvertMatrix(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 inverted matrix for the given matrix. The matrix to be inverted is given through the M parameter.