Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DirectXMath Library 2D Vector Transformation Functions

Lists the 2D vector transformation functions.

In this section

TopicDescription

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

DirectXMath Library 2D Vector Functions

 

 

Show:
© 2017 Microsoft