次の方法で共有


BoundingSphere::Contains(constBoundingBox&) 関数 (directxcollision.h)

BoundingSphere に指定された BoundingBox が含まれているかどうかをテストします。

構文

ContainmentType Contains(
  [in, ref] const BoundingBox & box
) noexcept;

パラメーター

[in, ref] box

テスト対象の BoundingBox。

戻り値

BoundingSphere に指定された BoundingBox が含まれているかどうかを示す ContainmentType 値。

注釈

プラットフォームの要件

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

要件

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

こちらもご覧ください

BoundingSphere

Contains

参照