pub fn lerp(a: BrightDateValue, b: BrightDateValue, t: f64) -> BrightDateValueExpand description
Linear interpolation: a + t * (b − a).
pub fn lerp(a: BrightDateValue, b: BrightDateValue, t: f64) -> BrightDateValueLinear interpolation: a + t * (b − a).