Skip to main content

lerp

Function lerp 

Source
pub fn lerp(a: BrightDateValue, b: BrightDateValue, t: f64) -> BrightDateValue
Expand description

Linear interpolation: a + t * (b − a).