System.Math.Vectors.TMatrixArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TMatrixArray = array [0..2] of TVector;

C++

typedef TVector TMatrixArray[3];

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Beschreibung

Beschreibt eine Matrix als TVector-Array.

Siehe auch