BoundingFrustum::Contains(constBoundingOrientedBox&)-Funktion (directxcollision.h)

Testet, ob das BoundingFrustum das angegebene BoundingOrientedBox enthält.

Syntax

ContainmentType Contains(
  [in, ref] const BoundingOrientedBox & box
) noexcept;

Parameter

[in, ref] box

Das Zu testende BoundingOrientedBox.The BoundingOrientedBox to testing.

Rückgabewert

Ein ContainmentType-Wert , der angibt, ob das BoundingOrientedBox-Objekt im BoundingFrustum enthalten ist.

Hinweise

Plattformanforderungen

Microsoft Visual Studio 2010 oder Microsoft Visual Studio 2012 mit dem Windows SDK für Windows 8. Unterstützt für Win32-Desktop-Apps, Windows Store-Apps und Windows Phone 8-Apps.

Anforderungen

   
Zielplattform Windows
Kopfzeile directxcollision.h

Weitere Informationen

BoundingFrustum

Contains

Referenz