System.Math.Vectors.TMatrix3DType

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TMatrix3DType = array [0..3] of TVector3D;

C++

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

Definiert eine 3D-Matrix, die aus 4 3D-Vektoren besteht.

Siehe auch