FMX.Types3D.TPoint3DDynArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPoint3DDynArray = array of TPoint3D;

C++

typedef System::DynamicArray<System::Math::Vectors::TPoint3D> TPoint3DDynArray;

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 TPoint3D objects.

See Also