Condividi tramite


Funzione BoundingSphere::CreateMerged (directxcollision.h)

Crea un oggetto BoundingSphere contenente i due oggetti BoundingSphere specificati.

Sintassi

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

Parametri

[out, ref] Out

Nuovo boundingSphere contenente i due oggetti BoundingSphere specificati.

[in, ref] S1

Oggetto BoundingSphere che deve contenere il nuovo BoundingSphere.

[in, ref] S2

Oggetto BoundingSphere che deve contenere il nuovo BoundingSphere.

Valore restituito

nessuno

Osservazioni

Requisiti della piattaforma

Microsoft Visual Studio 2010 o Microsoft Visual Studio 2012 con Windows SDK per Windows 8. Supportato per app desktop Win32, app di Windows Store e Windows Phone 8 app.

Requisiti

   
Piattaforma di destinazione Windows
Intestazione directxcollision.h

Vedi anche

Boundingsphere

Metodi

Riferimento