System.Math.Vectors.TMaxtrixArrayBase
Delphi
type TMaxtrixArrayBase = array [0..2] of tagVECTOR;
C++
typedef System::StaticArray<tagVECTOR, 3> TMaxtrixArrayBase;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
array typedef |
public | System.Math.Vectors.pas System.Math.Vectors.hpp |
System.Math.Vectors | System.Math.Vectors |
Beschreibung
Beschreibt eine Matrix als Array mit 3 tagVECTOR-Variablen.