FMX.Types3D.TMeshVertex.nx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

nx, ny, nz: single;

C++

float nx;

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 normal vector that is found at the location of this vertex.

See Also