Skip to main content

Lerp

Function Lerp 

Source
pub unsafe extern "C" fn Lerp(
    start: f32,
    end: f32,
    amount: f32,
) -> f32