共用方式為


BoundingSphere::CreateMerged 函式 (directxcollision.h)

建立 BoundingSphere,其中包含兩個指定的 BoundingSphere 物件。

語法

void CreateMerged(
  [out, ref] BoundingSphere &       Out,
  [in, ref]  const BoundingSphere & S1,
  [in, ref]  const BoundingSphere & S2
) noexcept;

參數

[out, ref] Out

新的 BoundingSphere,其中包含兩個指定的 BoundingSphere 物件。

[in, ref] S1

新 BoundingSphere 應該包含的 BoundingSphere。

[in, ref] S2

新 BoundingSphere 應該包含的 BoundingSphere。

傳回值

備註

平臺需求

Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012 搭配 Windows SDK for Windows 8。 支援 Win32 傳統型應用程式、Windows 市集應用程式和 Windows Phone 8 個應用程式。

需求

   
目標平台 Windows
標頭 directxcollision.h

另請參閱

BoundingSphere

方法

參考