System.Math.Vectors.Point3D

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Génère un point 3D basé sur les coordonnées d'espace 3D données.

Il existe deux fonctions Point3D surchargées. La première fonction accepte les coordonnées d'espace 3D sous la forme de valeurs Single à virgule flottante, tandis que la seconde fonction Point3D surchargée prend les coordonnées sous la forme d'un tagVECTOR3D.

Voir aussi