IntersectInformation 構造体
IntersectInformation 構造体
レイと三角形の交点を記述する。
定義
Visual Basic | Public Structure IntersectInformation |
C# | public struct IntersectInformation |
Managed C++ | public __value struct IntersectInformation |
JScript | 構造体は使えるが、独自に定義することはできない。 |
メンバ テーブル
次のテーブルは、IntersectInformation オブジェクトによって公開されているメンバの一覧である。左側のタブをクリックし、表示したいメンバの種類を選ぶこと。
メソッド
メソッド | 説明 |
---|---|
IntersectInformation | オブジェクトの新しいインスタンスを初期化する。 |
ToString | このインスタンスの文字列表現を取得する。 |
プロパティ
プロパティ | 説明 |
---|---|
Dist | レイに沿った交点までの距離。 |
FaceIndex | レイと交差した三角形のインデックス。 |
U | レイと交差した三角形の重心座標。 |
V | レイと交差した三角形の重心座標。 |
構造体の情報
名前空間 | Microsoft.DirectX.Direct3D |
アセンブリ | Microsoft.DirectX.Direct3DX (microsoft.directx.direct3dx.dll) |
厳密名 | Microsoft.DirectX.Direct3DX, Version=0293, Culture=neutral, PublicKeyToken=d3231b57b74a1492 |
© 2002 Microsoft Corporation. All rights reserved. Terms of use.