Show: Delphi
C++
Display Preferences
FMX.Types3D.Vector3DAdd
From XE2 API Documentation
Delphi
function Vector3DAdd(const v1: TVector3D; const v2: TVector3D): TVector3D;
C++
extern PACKAGE TVector3D __fastcall Vector3DAdd(const TVector3D &v1, const TVector3D &v2);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | FMX.Types3D |
Description
Adds the two given 3D vectors. The 3D vector given through the v1 parameter is added to the 3D vector given through the v2 parameter.