[][src]Function directx_math::XMVectorHermiteV

pub fn XMVectorHermiteV(
    Position0: FXMVECTOR,
    Tangent0: FXMVECTOR,
    Position1: FXMVECTOR,
    Tangent1: GXMVECTOR,
    T: HXMVECTOR
) -> XMVECTOR

Performs a Hermite spline interpolation, using the specified vectors.

https://docs.microsoft.com/en-us/windows/win32/api/directxmath/nf-directxmath-XMVectorHermiteV