FMX.Types3D.TVertexBuffer.Tangents

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Renvoie le vecteur de tangente à l'index spécifié par le paramètre AIndex.

Voir aussi