Function libhelium_sys::he_math_utils_lerp_point

source ยท
pub unsafe extern "C" fn he_math_utils_lerp_point(
    source: *mut c_double,
    source_length1: c_int,
    t: c_double,
    target: *mut c_double,
    target_length1: c_int,
    result_length1: *mut c_int,
) -> *mut c_double