System.Math.Vectors.TVector._op_Addition

From RAD Studio API Documentation
Jump to: navigation, search

C++

static TVector __fastcall _op_Addition(const TVector &AVector1, const TVector &AVector2);

Properties

Type Visibility Source Unit Parent
function public System.Math.Vectors.hpp 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.

See Also