XMVectorReciprocal

Computes the per-component reciprocal of a vector.

Syntax

XMVECTOR XMVectorReciprocal(
         XMVECTOR V
)  

Parameters

V
Type: XMVECTOR 

Vector whose reciprocal is computed.

Return value

Type: XMVECTOR 

Returns a vector. Each component is the reciprocal of the corresponding component of V.

Requirements

Header: Declared in directxmath.h.