Show: Delphi
C++
Display Preferences
FMX.Types.VectorCrossProductZ
From XE3 API Documentation
Delphi
function VectorCrossProductZ(const v1, v2: TVector): Single;
C++
extern DELPHI_PACKAGE float __fastcall VectorCrossProductZ(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
Performs and returns the vector (cross) product of the two given vectors. The vectors are given through the v1 and v2 parameters.