System.Math.Vectors.TVector3DArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TVector3DArray = array [0..2] of TVector3D;

C++

typedef TVector3D TVector3DArray[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

Array mit 3D-Vektoren.

TVector3DArray enthält 3 TVector3D-Variablen.

Siehe auch