System.Math.Vectors.TVector._op_Subtraction

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also