Condividi tramite


Funzione BoundingOrientedBox::Intersects (directxcollision.h)

Esegue il test di BoundingOrientedBox per l'intersezione con un boundingSphere.

Sintassi

bool Intersects(
  const BoundingSphere & sh
) noexcept;

Parametri

sh

BoundingSphere per testare l'intersezione.

Valore restituito

Valore booleano che indica se boundingOrientedBox interseca l'oggetto BoundingSphere.

Commenti

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

   
Client minimo supportato Windows 10 Build 20348
Server minimo supportato Windows 10 Build 20348
Intestazione directxcollision.h

Vedi anche

BoundingOrientedBox