System.Math.Vectors.TMatrix.CreateTranslation
Delphi
class function CreateTranslation(const ADeltaX, ADeltaY: Single): TMatrix; static;
C++
static TMatrix __fastcall CreateTranslation(const float ADeltaX, const float ADeltaY);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Math.Vectors.pas System.Math.Vectors.hpp |
System.Math.Vectors | TMatrix |
Description
Embarcadero Technologies does not currently have any additional information.