Show: Delphi C++
Display Preferences

FMX.Types.VectorAdd

From XE2 API Documentation
Jump to: navigation, search

Delphi

function VectorAdd(const v1: TVector; const v2: TVector): TVector;

C++

extern PACKAGE System::Types::TVector __fastcall VectorAdd(const System::Types::TVector &v1, const System::Types::TVector &v2);

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Adds the two given vectors. The vector given through the v1 parameter is added to the vector given through the v2 parameter.

See Also

Personal tools
Previous Versions
Translations