[][src]Function directx_math::XMVectorBaryCentric

pub fn XMVectorBaryCentric(
    Position0: FXMVECTOR,
    Position1: FXMVECTOR,
    Position2: FXMVECTOR,
    f: f32,
    g: f32
) -> XMVECTOR

Returns a point in Barycentric coordinates, using the specified position vectors.

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