BoundingBox::CreateMerged 関数 (directxcollision.h)
指定した 2 つの BoundBox インスタンスを格納するのに十分な大きさの BoundingBox を作成します。
構文
void CreateMerged(
[out, ref] BoundingBox & Out,
[in, ref] const BoundingBox & b1,
[in, ref] const BoundingBox & b2
) noexcept;
パラメーター
[out, ref] Out
マージされた BoundingBox。
[in, ref] b1
新しい BoundingBox に含める必要がある BoundingBox。
[in, ref] b2
平面を記述するベクター。
戻り値
なし
解説
プラットフォームの要件
Microsoft Visual Studio 2010 または Microsoft Visual Studio 2012 と Windows SDK for Windows 8。 Win32 デスクトップ アプリ、Windows ストア アプリ、Windows Phone 8 アプリでサポートされます。要件
要件 | 値 |
---|---|
対象プラットフォーム | Windows |
ヘッダー | directxcollision.h |
こちらもご覧ください
参照