FMX.Types3D.TMeshVertex.x

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

x, y, z: single;

C++

float x;

Properties

Type Visibility Source Unit Parent
field public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMeshVertex

Description

Represents the x-axis coordinate of the vertex.

See Also