[][src]Function raylib_sys::Vector3Lerp

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