Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Lists the 2D vector transformation functions.
In this section
| Topic | Description |
|---|---|
| XMVector2Transform |
Transforms a 2D vector by a matrix. |
| XMVector2TransformCoord |
Transforms a 2D vector by a given matrix, projecting the result back into w = 1. |
| XMVector2TransformCoordStream |
Transforms a stream of 2D vectors by a given matrix, projecting the resulting vectors such that their w coordinates are equal to 1.0. |
| XMVector2TransformNormal |
Transforms the 2D vector normal by the given matrix. |
| XMVector2TransformNormalStream |
Transforms a stream of 2D normal vectors by a given matrix. |
| XMVector2TransformStream |
Transforms a stream of 2D vectors by a given matrix. |
Related topics