System.Math.Vectors.PPoint3D
Delphi
type 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.