System.Math.Vectors.TVector3D._op_Addition
C++
static TVector3D __fastcall _op_Addition(const TVector3D &AVector1, const TVector3D &AVector2);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Math.Vectors.hpp | 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.