BoundingFrustum::BoundingFrustum(constXMFLOAT3&,constXMFLOAT4&,float,float,float,float,float,float,float)-Funktion (directxcollision.h)

Erstellt eine instance von BoundingFrustum.

Syntax

void BoundingFrustum(
            const XMFLOAT3 & origin,
            const XMFLOAT4 & orientation,
            float            rightSlope,
            float            leftSlope,
            float            topSlope,
            float            bottomSlope,
            float            nearPlane,
            float            farPlane
) noexcept;

Parameter

origin

orientation

rightSlope

leftSlope

topSlope

bottomSlope

nearPlane

farPlane

Rückgabewert

Keine

Bemerkungen

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

Konstruktoren

Referenz