FMX.Types3D.TVertexBuffer.Normals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Normals[AIndex: Integer]: TPoint3D read GetNormals write SetNormals;

C++

__property System::Math::Vectors::TPoint3D Normals[int AIndex] = {read=GetNormals, write=SetNormals};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer

Description

Provides access to the normal vector component for a specified vertex.

Normals represents the normal vector for the vertex specified by AIndex.

See Also