System.Math.Vectors.TMatrix3DTypeBase
Delphi
type TMatrix3DTypeBase = array [0..3] of tagVECTOR3D;
C++
typedef System::StaticArray<tagVECTOR3D, 4> TMatrix3DTypeBase;
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 3D en tant que tableau de variables tagVECTOR3D.