System.Math.Vectors.TPoint3D.TPoint3DArray
Delphi
type TPoint3DArray = array [0..2] of Single;
C++
typedef System::StaticArray<float, 3> TPoint3DArray;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| array typedef | public | System.Math.Vectors.pas System.Math.Vectors.hpp | System.Math.Vectors | TPoint3D | 
Beschreibung
Ein Array mit Single-Werten, die einen Point3D repräsentieren.