System.Math.Vectors.TVector3DArray
Delphi
type TVector3DArray = array [0..2] of TVector3D;
C++
typedef TVector3D TVector3DArray[3];
Propriétés
| Type | Visibilité | Source | Unité | Parent | 
|---|---|---|---|---|
| array typedef | public | System.Math.Vectors.pas System.Math.Vectors.hpp | System.Math.Vectors | System.Math.Vectors | 
Description
Tableau de vecteurs 3D.
TVector3DArray contient 3 variables TVector3D.