pub fn XMVector3Dot(V1: FXMVECTOR, V2: FXMVECTOR) -> FXMVECTORExpand description
Computes the dot product between 3D vectors.
§Parameters
V1 3D vector.
V2 3D vector.
§Return value
Returns a vector. The dot product between V1 and V2 is replicated into each component.
§Reference
https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMVector3Dot