Transforms the vector by the matrix and returns the new vector
Note |
---|
This function is provided for compatibility with earlier versions of Delphi which did not support methods on a record type. Use this function if you want your code to support older as well as newer versions of Delphi. |
Namespace: FMX.RS.Graphics
Delphi |
function RSMatrixTransform(const AMatrix: TRSMatrix; const AVector: TRSVector): TRSVector; overload; |
Parameters
AMatrix
Type: System.Void
AVector
Type: System.Void
Type: TRSVector