BoundingOrientedBox で別のオブジェクトとの交差をテストします。
オーバーロードの一覧
| メソッド | 説明 |
|---|---|
| BoundingOrientedBox::Intersects (XMVECTOR) | 平面との交差 について BoundingOrientedBox をテストします。 |
| BoundingOrientedBox::Intersects (const BoundingBox&) |
BoundingOrientedBox と BoundingBox の交差部分をテストします。 |
| BoundingOrientedBox::Intersects (const BoundingSphere&) |
BoundingOrientedBox と BoundingSphere の交差部分をテストします。 |
| BoundingOrientedBox::Intersects (const BoundingFrustum&) |
BoundingOrientedBox と BoundingFrustum との交差をテストします。 |
| BoundingOrientedBox::Intersects (XMVECTOR,XMVECTOR,float&) |
BoundingOrientedBox でレイとの交差をテストします。 |
| BoundingOrientedBox::Intersects (XMVECTOR,XMVECTOR,XMVECTOR) |
BoundingOrientedBox で三角形との交差をテストします。 |
| BoundingOrientedBox::Intersects (const BoundingOrientedBox&) |
BoundingOrientedBox と交差する BoundingOrientedBox をテストします。 |
関連項目