System.Math.Vectors.TVector3D.DotProduct

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DotProduct(const AVector: TVector3D): Single; deprecated 'Use TPoint3D.DotProduct';

C++

float __fastcall DotProduct _DEPRECATED_ATTRIBUTE1("Use TPoint3D.DotProduct") (const TVector3D &AVector);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TVector3D

Beschreibung

Warnung: DotProduct ist veraltet. Bitte verwenden Sie TPoint3D.

Multipliziert den angegebenen 3D-Vektor mit dem aktuellen Vektor und gibt das Skalarprodukt zurück. Der 3D-Vektor wird im Parameter AVector3D angegeben.

Siehe auch