System.Math.Vectors.TMatrix3DType
Delphi
type TMatrix3DType = array [0..3] of TVector3D;
C++
typedef TVector3D TMatrix3DType[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éfinit une matrice 3D qui est composée de 4 vecteurs 3D.