[][src]Function raylib_sys::Vector2Lerp

pub unsafe extern "C" fn Vector2Lerp(
    v1: Vector2,
    v2: Vector2,
    amount: f32
) -> Vector2