BoundingFrustum::Intersects(constBoundingBox&) 関数 (directxcollision.h)
BoundingBox との交差について BoundingFrustumをテストします。
構文
bool Intersects(
[in, ref] const BoundingBox & box
) noexcept;
パラメーター
[in, ref] box
交差 部分をテストする BoundingBox 。
戻り値
BoundingFrustum が指定した BoundingBox と交差するかどうかを示すブール値。
注釈
プラットフォームの要件
Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012 と Windows SDK for Windows 8。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | directxcollision.h |
こちらもご覧ください
参照