System.Types.TPointF.DotProduct

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DotProduct(const APoint: TPointF): Single; inline;

C++

float DotProduct(const TPointF &rhs) const _ALWAYS_INLINE {

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Types.pas
SystemTypes.h
System.Types TPointF


Beschreibung

Berechnet das Punktprodukt von zwei Punkten.

DotProduct gibt den Wert zurück, der das Ergebnis der Berechnung des Punktobjekts von zwei TPointF-Objekten ist.

Siehe auch