Função BoundingSphere::Intersects(constBoundingOrientedBox&) (directxcollision.h)

Teste o BoundingSphere para interseção com boundingOrientedBox.

Sintaxe

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

Parâmetros

[in, ref] box

O BoundingOrientedBox para testar a interseção.

Retornar valor

Um valor booliano que indica se o BoundingSphere intersecciona o BoundingOrientedBox especificado.

Comentários

Requisitos de plataforma

Microsoft Visual Studio 2010 ou Microsoft Visual Studio 2012 com o SDK do Windows para Windows 8. Com suporte para aplicativos da área de trabalho Win32, aplicativos da Windows Store e aplicativos Windows Phone 8.

Requisitos

Requisito Valor
Plataforma de Destino Windows
Cabeçalho directxcollision.h

Confira também

BoundingSphere

Intercepta

Referência