FMX.Types3D.TVertexBuffer.Tangents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Tangents[AIndex: Integer]: TPoint3D read GetTangents write SetTangents;

C++

__property System::Math::Vectors::TPoint3D Tangents[int AIndex] = {read=GetTangents, write=SetTangents};

Properties

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

Description

Returns the tangent vector at the index specified by the AIndex parameter.

See Also