pub fn batch_lerp_points(from: &[Point], to: &[Point], t: f32) -> Vec<Point>
Batch linear interpolation.