This topic has not yet been rated - Rate this topic

XMVector2TransformNormal method

Transforms the 2D vector normal by the given matrix.

Syntax


XMVECTOR XMVector2TransformNormal(
  [in]  XMVECTOR V,
  [in]  XMMATRIX M
);

Parameters

V [in]

2D normal vector.

M [in]

Transformation matrix.

Return value

Returns the transformed vector.

Remarks

XMVector2TransformNormal uses row 0 and 1 of the input transformation matrix for rotation and scaling. Rows 2 and 3 are ignored.

Platform Requirements

Microsoft Visual Studio 2010 or Microsoft Visual Studio 2012 with the Windows SDK for Windows 8. Supported for Win32 desktop apps, Windows Store apps, and Windows Phone 8 apps.

Requirements

Namespace

Use DirectX.

Header

DirectXMath.h

See also

XMVector2TransformNormalStream

 

 

Send comments about this topic to Microsoft

Build date: 11/14/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.