Multiples two given vectors. The vector given through the AFirstVector parameter is multipled by the vector given through the ASecondVector parameter.
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: RSGraphics
Delphi |
function RSVectorMultiply(const AVector: TRSVector; const AFactor: Single): TRSVector; overload; inline; |
Parameters
AVector
Type: System.Void
AFactor
Type: Single
Type: TRSVector