FMX.Types3D.TVertexBuffer.BiNormalsPtr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property BiNormalsPtr[AIndex: Integer]: PPoint3D read GetBiNormalsPtr;

C++

__property System::Math::Vectors::PPoint3D BiNormalsPtr[int AIndex] = {read=GetBiNormalsPtr};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer


説明

AIndex パラメータで指定されたインデックスにある従法線ベクトルへのポインタを返します。

従法線ベクタは、接線ベクトルおよび法線ベクトルの外積から、取得されます。

関連項目