FMX.Types3D.TMatrix3DDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TMatrix3DDynArray = array of TMatrix3D;

C++

typedef System::DynamicArray<System::Math::Vectors::TMatrix3D> TMatrix3DDynArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Dynamic array (of variable length) of TMatrix3D objects.

See Also