Show: Delphi
C++
Display Preferences
FMX.Types.ScaleMatrix
From XE3 API Documentation
Delphi
procedure ScaleMatrix(var M: TMatrix; const factor: Single);
C++
extern DELPHI_PACKAGE void __fastcall ScaleMatrix(System::Types::TMatrix &M, const float factor);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | FMX.Types |
Description
Scales the given matrix by the given factor. The matrix given through the M parameter is scaled by the floating-point factor.