FMX.Types3D.TVertexBuffer.BiNormals
Delphi
property BiNormals[AIndex: Integer]: TPoint3D read GetBiNormals write SetBiNormals;
C++
__property System::Math::Vectors::TPoint3D BiNormals[int AIndex] = {read=GetBiNormals, write=SetBiNormals};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | TVertexBuffer |
説明
AIndex パラメータで指定されたインデックスにある従法線ベクトルを返します。
従法線ベクタは、接線ベクトルおよび法線ベクトルの外積から、取得されます。