[][src]Function directx_math::XMVector3Dot

pub fn XMVector3Dot(V1: FXMVECTOR, V2: FXMVECTOR) -> FXMVECTOR

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