BoundingBox::BoundingBox(constXMFLOAT3&,constXMFLOAT3&)-Funktion (directxcollision.h)
Erstellt eine Instanz der BoundingBox
-Klasse.
Syntax
void BoundingBox(
[in, ref] const XMFLOAT3 & center,
[in, ref] const XMFLOAT3 & extents
) noexcept;
Parameter
[in, ref] center
Die Koordinate der Mitte des Felds.
[in, ref] extents
Die Blöcke des Felds.
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
Referenz