Partager via


Fonction BoundingSphere ::Intersects(constBoundingOrientedBox&) (directxcollision.h)

Testez boundingSphere pour l’intersection avec un BoundingOrientedBox.

Syntaxe

bool Intersects(
  [in, ref] const BoundingOrientedBox & box
) noexcept;

Paramètres

[in, ref] box

BoundingOrientedBox à tester pour l’intersection.

Valeur retournée

Valeur booléenne indiquant si boundingSphere croise le boundingOrientedBox spécifié.

Remarques

Configuration requise pour la plateforme

Microsoft Visual Studio 2010 ou Microsoft Visual Studio 2012 avec le SDK Windows pour Windows 8. Pris en charge pour les applications de bureau Win32, les applications du Windows Store et Windows Phone 8 applications.

Configuration requise

Condition requise Valeur
Plateforme cible Windows
En-tête directxcollision.h

Voir aussi

Boundingsphere

Croise

Référence