Computes the dot product between 2D vectors.
XMVECTOR XMVector2Dot(
XMVECTOR V1,
XMVECTOR V2
)
V1
Type: XMVECTOR
2D vector.
V2
Type: XMVECTOR
2D vector.
Type: XMVECTOR
Returns a vector. The dot product between V1 and V2 is replicated into each component.
Header: Declared in directxmath.h.