Computes the sum of two vectors.
XMVECTOR XMVectorAdd(
XMVECTOR V1,
XMVECTOR V2
)
V1
Type: XMVECTOR
First vector to add.
V2
Type: XMVECTOR
Second vector to add.
Type: XMVECTOR
Returns a vector that is the sum of V1 and V2.
Header: Declared in directxmath.h.