System.Math.Vectors.TVector._op_Subtraction
C++
static TVector __fastcall _op_Subtraction(const TVector &AVector1, const TVector &AVector2);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Math.Vectors.hpp | System.Math.Vectors | TVector |
Description
Subtracts two given vectors. The vector given through the ASecondVector parameter is subtracted from the vector given through the AFirstVector parameter.