Share via


BoundingFrustum::Intersects(constBoundingOrientedBox&) 関数 (directxcollision.h)

BoundingOrientedBox との交差について BoundingFrustum をテストします。

構文

bool Intersects(
  [in, ref] const BoundingOrientedBox & box
) noexcept;

パラメーター

[in, ref] box

交差をテストする BoundingOrientedBox

戻り値

BoundingFrustum が指定した BoundingOrientedBox と交差するかどうかを示すブール値。

注釈

プラットフォームの要件

Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012 と Windows SDK for Windows 8。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。

要件

   
対象プラットフォーム Windows
ヘッダー directxcollision.h

こちらもご覧ください

BoundingFrustum

交差

参照