Computes the square of the length of a 2D vector.
XMVECTOR XMVector2LengthSq(
XMVECTOR V
)
V
Type: XMVECTOR
2D vector.
Type: XMVECTOR
Returns a vector. The square of the length of V is replicated into each component.
Header: Declared in directxmath.h.