System.Math.Vectors.TMatrix3DTypeBase

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TMatrix3DTypeBase = array [0..3] of tagVECTOR3D;

C++

typedef System::StaticArray<tagVECTOR3D, 4> TMatrix3DTypeBase;

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 3D-Matrix als Array mit tagVECTOR3D-Variablen.

Siehe auch