System.Math.Vectors.TVectorArray
Delphi
type TVectorArray = array [0..2] of Single;
C++
typedef System::StaticArray<float, 3> TVectorArray;
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 valeurs TVector.
TVector est un enregistrement qui représente un vecteur dans un espace 2D.