Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

linear_interpolate

Linear interpolation between start and end.

Returns start + (end - start) × t for 0 ≤ t ≤ 1.

Fully qualified path: cairo_fp::f64::math::interest::linear_interpolate

fn linear_interpolate(start: Fixed, end: Fixed, t: Fixed) -> Fixed