System.Math.Vectors.TMatrixArray
Delphi
TMatrixArray = array [0..2] of TVector;
C++
typedef TVector TMatrixArray[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
Décrit une matrice en tant que tableau de TVector.