FMX.Types3D.AdjointMatrix3D
From RAD Studio API Documentation
Delphi
procedure AdjointMatrix3D(var M: TMatrix3D);
C++
extern DELPHI_PACKAGE void __fastcall AdjointMatrix3D(System::Types::TMatrix3D &M);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | FMX.Types3D |
Description
Determines the adjugate of a 4-by-4 matrix.
AdjointMatrix3D updates the value of M to the value of its adjugate.
AdjointMatrix3D is used to determine the invert of a 4-by-4 matrix.