Computes the per-component product of two vectors.
XMVECTOR XMVectorMultiply(
XMVECTOR V1,
XMVECTOR V2
)
V1
Type: XMVECTOR
First vector to multiply.
V2
Type: XMVECTOR
Second vector to multiply.
Type: XMVECTOR
Returns a vector, each of whose components is the product of the corresponding components of V1 and V2.
Header: Declared in directxmath.h.