Show: Delphi
C++
Display Preferences
FMX.Types.VectorAngleCosine
From XE3 API Documentation
Delphi
function VectorAngleCosine(const v1, v2: TVector): Single;
C++
extern DELPHI_PACKAGE float __fastcall VectorAngleCosine(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
Returns the cosine of the angle between the given v1 and v2 vectors.