System.Math.Vectors.Point3D

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Point3D(const X, Y, Z: Single): TPoint3D; overload;
function Point3D(const AVector3D: TVector3D; const ATransform: Boolean): TPoint3D; overload;

C++

extern DELPHI_PACKAGE TPoint3D __fastcall Point3D(const float X, const float Y, const float Z)/* overload */;

Eigenschaften

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

Beschreibung

Erzeugt einen 3D-Punkt auf Basis der gegebenen 3D-Raumkoordinaten.

Es gibt zwei überladene Point3D-Funktionen. Die erste akzeptiert die 3D-Raumkoordinaten als Single-Gleitkommawerte und die zweite überladene Point3D-Funktion übernimmt die Koordinaten in Form eines tagVECTOR3D-Wertes.

Siehe auch