System.Math.Vectors.TVector.operator Addition
Delphi
class operator Add(const AVector1, AVector2: TVector): TVector;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Math.Vectors.pas | System.Math.Vectors | TVector |
Description
Adds two given vectors. The vector given through the AFirstVector parameter is added to the vector given through the ASecondVector parameter.