System.Types.TPointF.CrossProduct

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CrossProduct(const APoint: TPointF): Single;

C++

float CrossProduct(const TPointF& rhs) const _ALWAYS_INLINE {

Eigenschaften

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


Beschreibung

Berechnet den Kreuzprodukt von zwei Punkten.

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

Siehe auch