BoundingOrientedBox.Intersects メソッド

BoundingOrientedBox で別のオブジェクトとの交差をテストします。

オーバーロードの一覧

メソッド 説明
BoundingOrientedBox::Intersects (XMVECTOR) 平面との交差 について BoundingOrientedBox をテストします。
BoundingOrientedBox::Intersects (const BoundingBox&) BoundingOrientedBoxBoundingBox の交差部分をテストします。
BoundingOrientedBox::Intersects (const BoundingSphere&) BoundingOrientedBoxBoundingSphere の交差部分をテストします。
BoundingOrientedBox::Intersects (const BoundingFrustum&) BoundingOrientedBoxBoundingFrustum との交差をテストします。
BoundingOrientedBox::Intersects (XMVECTOR,XMVECTOR,float&) BoundingOrientedBox でレイとの交差をテストします。
BoundingOrientedBox::Intersects (XMVECTOR,XMVECTOR,XMVECTOR) BoundingOrientedBox で三角形との交差をテストします。
BoundingOrientedBox::Intersects (const BoundingOrientedBox&) BoundingOrientedBox と交差する BoundingOrientedBox をテストします

関連項目

メソッド

参照

BoundingOrientedBox