Subtracts two given vectors. The vector given through the ASecondVector parameter is subtracted from the vector given through the AFirstVector 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 RSVectorSubtract(const AFirstVector, ASecondVector : TRSVector) : TRSVector; inline; |
Parameters
AFirstVector
Type: System.Void
ASecondVector
Type: System.Void
Type: TRSVector