Computes the per-component reciprocal of a vector.
XMVECTOR XMVectorReciprocal(
XMVECTOR V
)
V
Type: XMVECTOR
Vector whose reciprocal is computed.
Type: XMVECTOR
Returns a vector. Each component is the reciprocal of the corresponding component of V.
Header: Declared in directxmath.h.