BoundingSphere::CreateFromPoints 函数 (directxcollision.h)

从点列表创建新的 BoundingSphere。

语法

void CreateFromPoints(
  [out, ref] BoundingSphere & Out,
  [in]       size_t           Count,
             const XMFLOAT3   *pPoints,
  [in]       size_t           Stride
) noexcept;

参数

[out, ref] Out

包含指定点的新 BoundingSphere。

[in] Count

缓冲区中的点数( 以 pPoint 为单位)。

pPoints

一个缓冲区,其中包含要从中创建新 BoundingSphere 的点。

[in] Stride

缓冲区的步幅。

返回值

备注

平台要求

带有 Windows SDK for Windows 8 的 Microsoft Visual Studio 2010 或 Microsoft Visual Studio 2012。 支持 Win32 桌面应用、Windows 应用商店应用和 Windows Phone 8 应用。

要求

   
目标平台 Windows
标头 directxcollision.h

请参阅

BoundingSphere

方法

引用