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