System.Math.Vectors.TMatrixArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type 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.

Voir aussi