FMX.Types3D.TMeshVertex.nz

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

nx, ny, nz: single;

C++

float nz;

Properties

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

Description

Represents the z-axis coordinate of the normal vector that is found at the location of this vertex.

See Also