System.Math.Vectors.TVector3DArrayBase
Delphi
type TVector3DArrayBase = array [0..2] of tagVECTOR3D;
C++
typedef System::StaticArray<tagVECTOR3D, 3> TVector3DArrayBase;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| array typedef | public | System.Math.Vectors.pas System.Math.Vectors.hpp | System.Math.Vectors | System.Math.Vectors | 
Description
Array of 3 tagVECTOR3D.