Function he_math_utils_lerp

Source
pub unsafe extern "C" fn he_math_utils_lerp(
    a: c_double,
    b: c_double,
    t: c_double,
) -> c_double