System.Math.Vectors.TVector.DotProduct

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DotProduct(const AVector: TVector): Single;

C++

float __fastcall DotProduct(const TVector &AVector);

Properties

Type Visibility Source Unit Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TVector

Description

Performs and returns the scalar product of the Self (Delphi) or this (C++) vector and the given vector. The second vector is given through the AVector parameter.

See Also

Code Examples