System.Math.Vectors.PPoint3D

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PPoint3D = ^TPoint3D;

C++

typedef TPoint3D *PPoint3D;

Propriétés

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

Description

Pointeur sur une variable TPoint3D.

TPoint3D définit un point dans l'espace 3D relativement aux axes X, Y et Z.

Voir aussi