System.Math.Vectors.PointF

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function PointF(const V: TVector): TPointF;

C++

extern DELPHI_PACKAGE System::Types::TPointF __fastcall PointF(const TVector &V)/* overload */;

Eigenschaften

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

Beschreibung

Gibt eine in den TPointF-Typ konvertierte TVector-Variable zurück.

Siehe auch