System.Math.Vectors.TMaxtrixArrayBase

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TMaxtrixArrayBase = array [0..2] of tagVECTOR;

C++

typedef System::StaticArray<tagVECTOR, 3> TMaxtrixArrayBase;

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 3 variables tagVECTOR.

Voir aussi