[][src]Function directx_math::XMVectorCatmullRomV

pub fn XMVectorCatmullRomV(
    Position0: FXMVECTOR,
    Position1: FXMVECTOR,
    Position2: FXMVECTOR,
    Position3: GXMVECTOR,
    T: HXMVECTOR
) -> XMVECTOR

Performs a Catmull-Rom interpolation, using the specified position vectors.

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