XMVector2LengthSq

Computes the square of the length of a 2D vector.

Syntax

XMVECTOR XMVector2LengthSq(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

2D vector.

Return value

Type: XMVECTOR 

Returns a vector. The square of the length of V is replicated into each component.

Requirements

Header: Declared in directxmath.h.