Funzione BoundingOrientedBox::Transform(BoundingOrientedBox&,float,FXMVECTOR,FXMVECTOR) (directxcollision.h)
Trasforma boundingOrientedBox.
Sintassi
void XM_CALLCONV Transform(
[out, ref] BoundingOrientedBox & Out,
[in] float Scale,
[in] FXMVECTOR Rotation,
[in] FXMVECTOR Translation
) noexcept;
Parametri
[out, ref] Out
Oggetto BoundingOrientedBox trasformato.
[in] Scale
Valore di cui ridimensionare BoundingOrientedBox .
[in] Rotation
Valore per cui ruotare BoundingOrientedBox .
[in] Translation
Valore per cui convertire BoundingOrientedBox .
Valore restituito
Questo metodo non restituisce valori.
Commenti
Requisiti della piattaforma
Microsoft Visual Studio 2010 o Microsoft Visual Studio 2012 con Windows SDK per Windows 8. Supportato per le app desktop Win32, le app di Windows Store e Windows Phone 8 app.Requisiti
Piattaforma di destinazione | Windows |
Intestazione | directxcollision.h |
Vedi anche
Riferimento