FMX.Import.TGETriangleID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TGETriangleID = array [0..2] of TGEVertexID;

C++

typedef System::StaticArray<TGEVertexID, 3> TGETriangleID;

Properties

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

Description

TGETriangleID is an array that uses three TGEVertexID objects to define a triangle.

See Also