Funzione BoundingBox::CreateFromSphere (directxcollision.h)
Crea un boundingBox sufficientemente grande da contenere l'oggetto BoundingSphere specificato.
Sintassi
void CreateFromSphere(
[out, ref] BoundingBox & Out,
[in, ref] const BoundingSphere & sh
) noexcept;
Parametri
[out, ref] Out
Nuovo BoundingBox.
[in, ref] sh
BoundingSphere il nuovo BoundingBox deve contenere.
Valore restituito
nessuno
Osservazioni
Requisiti della piattaforma
Microsoft Visual Studio 2010 o Microsoft Visual Studio 2012 con il Windows SDK per Windows 8. Supportato per le app desktop Win32, le app di Windows Store e Windows Phone 8 app.Requisiti
Requisito | Valore |
---|---|
Piattaforma di destinazione | Windows |
Intestazione | directxcollision.h |
Vedi anche
Riferimento