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