System.Math.Vectors.TMatrix3DTypeBase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Describes a 3D matrix as an array of tagVECTOR3D variables.

See Also